saberland/saber


The issue has been closed
mini-css-extract-plugin run during yarn dev #473
pxwee5 posted onGitHub
<!-- Please don't delete this template or we'll close your issue -->
<!-- Before creating an issue please make sure you are using the latest version of Saber. -->
<!-- Issues which contain questions or support requests will be closed. -->
<!-- Please ask questions via following several ways. -->
<!-- https://chat.saber.land/ -->
<!-- https://stackoverflow.com/questions/ask?tags=saberjs -->
Bug report
Setting extractCSS
will not show any css rules in development.
Steps to reproduce
- Set
build.extractCSS
to true - yarn dev
- Style missing.
At config.css.js, vue-style-loader
should be run on development and mini-css-extract-plugin
should be run on production.