prevent css-loader v7 renaming default to _default, needed for storybook (#3692)
Co-authored-by: Muaz Ahmad <mahmad2000@protonmail.com>
This commit is contained in:
parent
12a6ebed54
commit
57135960cb
@ -50,6 +50,7 @@ module.exports = {
|
||||
// Want to add more CSS Modules options? Read more here: https://github.com/webpack-contrib/css-loader#modules
|
||||
modules: {
|
||||
auto: true,
|
||||
namedExport: false,
|
||||
},
|
||||
importLoaders: 2,
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user