Skip to content

Commit

Permalink
docs(readme.md): css config modules
Browse files Browse the repository at this point in the history
  • Loading branch information
echo630 committed Oct 30, 2019
1 parent e5472d6 commit bd54877
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1367,7 +1367,7 @@ module.exports = {
return config
},
css: {
modules: false,
requireModuleExtension: false,
extract: IS_PROD,
sourceMap: false,
loaderOptions: {
Expand Down
2 changes: 1 addition & 1 deletion vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ module.exports = {
return config;
},
css: {
modules: false,
requireModuleExtension: false,
extract: IS_PROD,
sourceMap: false,
loaderOptions: {
Expand Down

0 comments on commit bd54877

Please sign in to comment.