Skip to content

Commit

Permalink
Testing updating css-loader config
Browse files Browse the repository at this point in the history
  • Loading branch information
olliecurtis committed Sep 16, 2024
1 parent 3fbe1f7 commit 4f64849
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .storybook/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ module.exports = ({ config }) => {
options: {
importLoaders: 1,
modules: {
namedExport: false,
localIdentName: '[local]-[hash:base64:5]',
},
},
Expand All @@ -96,6 +97,7 @@ module.exports = ({ config }) => {
options: {
importLoaders: 1,
modules: {
namedExport: false,
localIdentName: '[local]-[hash:base64:5]',
},
},
Expand Down

0 comments on commit 4f64849

Please sign in to comment.