next.js/test/e2e/postcss-config-cjs/app/postcss.config.cjs
postcss.config.cjs12 lines252 B
// importing externals should work fine
require('fs')
require('path')

// If you want to use other PostCSS plugins, see the following:
// https://tailwindcss.com/docs/using-with-preprocessors
module.exports = {
  plugins: {
    tailwindcss: {},
  },
}
Quest for Codev2.0.0
/
SIGN IN