Skip to content

Commit add4a39

Browse files
committed
build(html-template): css-loader - nameExport false
1 parent 8892505 commit add4a39

File tree

1 file changed

+1
-0
lines changed
  • packages/html-templates/build/webpack

1 file changed

+1
-0
lines changed

packages/html-templates/build/webpack/css.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ module.exports = (settings) => {
2626
options: {
2727
modules: {
2828
auto: true,
29+
namedExport: false,
2930
localIdentName: isDevelopment
3031
? '[path][name]__[local]-[hash:base64:5]'
3132
: '[hash:base64:5]',

0 commit comments

Comments
 (0)