Skip to content

Commit

Permalink
build(deps): updates css-loader
Browse files Browse the repository at this point in the history
  • Loading branch information
GentlemanHal committed Apr 21, 2024
1 parent 2b76c37 commit 31ce3cb
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 deletions.
2 changes: 2 additions & 0 deletions config/webpack.base.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ const cssLoader = {
options: {
sourceMap: true,
modules: {
namedExport: false,
exportLocalsConvention: 'as-is',
localIdentName: '[name]-[local]-[contenthash:base64:6]',
},
},
Expand Down
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"browserslist": "4.23.0",
"clean-webpack-plugin": "4.0.0",
"copy-webpack-plugin": "12.0.2",
"css-loader": "6.11.0",
"css-loader": "7.1.1",
"css-minimizer-webpack-plugin": "6.0.0",
"cypress": "13.8.0",
"eslint": "8.57.0",
Expand Down

0 comments on commit 31ce3cb

Please sign in to comment.