Open sgimmai opened 5 years ago
That error usually shows up when you're somehow using an outdated version of PostCSS. I would start by updating to the latest postcss-loader
, deleting your node_modules folder and package-lock.json or yarn lockfile and reinstalling your dependencies.
@adamwathan
installing postcss-loader@latest
works fine now, thanks! I was under the impression that postcss
is all I need updated to latest version - d'oh.
I am always getting
atRule.before is not a function
error when building.here is my package.json
Here is my webpack.config.js