mirror of
https://github.com/owncast/owncast.git
synced 2024-10-10 19:16:02 +00:00
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
edcddbb674
commit
f5cfa9de55
@ -45,6 +45,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