You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 29, 2019. It is now read-only.
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.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am always getting
atRule.before is not a function
error when building.here is my package.json
Here is my webpack.config.js
The text was updated successfully, but these errors were encountered: