This repository was archived by the owner on Oct 16, 2020. It is now read-only.

Description
First, Thank You for this awesome piece of software! 👍
After upgrading to beta 1 my builds fail but dev env works normally. When I copied the old postcss config back, everything works again.
Module build failed (from ./node_modules/mini-css-extract-plugin/dist/loader.js):
ModuleBuildError: Module build failed (from ./node_modules/postcss-loader/src/index.js):
Error: The extractor has failed to extract the selectors.
[...]
@ ./src/main.js 8:0-42
@ multi ./src/main.js
I'm using mainly SASS in my .vue files (indented syntax) and just one .postcss
file that is imported in main.js
. Latest vue-cli, latest everything basically. Don't really see where the actual problem is, but as the build works with the older config file it works as a workaround for me for now.