Skip to content

Commit

Permalink
fix: css-loader namedExport false
Browse files Browse the repository at this point in the history
Временно отключаем namedExport
  • Loading branch information
SevereCloud committed Apr 8, 2024
1 parent fe36c9e commit 8befcec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webpack.common.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ const rules = [
options: {
modules: {
localIdentName: '[local]--[hash:base64:5]',
namedExport: false,
},
},
},
Expand Down

0 comments on commit 8befcec

Please sign in to comment.