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
bug #508 Support CSS modules in Vue.js projects by default (Lyrkan)
This PR was merged into the master branch.
Discussion
----------
Support CSS modules in Vue.js projects by default
With the current version of Encore you are able to either:
* only use standard CSS (default behavior)
* only use CSS modules (by calling `Encore.configureCssLoader()`)
This PR should help detecting when `<style module>` is used and enabling css modules accordingly (fixes#460).
**Reference:** https://vue-loader.vuejs.org/guide/css-modules.html#opt-in-usage
Commits
-------
356e538 Support CSS modules in Vue.js projects by default
0 commit comments