Turnning swc back off as it does not seem to work with storybook
This commit is contained in:
parent
55ee2cf388
commit
98070d8751
@ -11,7 +11,7 @@ module.exports = withBundleAnalyzer(
|
||||
images: {
|
||||
unoptimized: true,
|
||||
},
|
||||
swcMinify: true,
|
||||
swcMinify: false,
|
||||
webpack(config) {
|
||||
config.module.rules.push({
|
||||
test: /\.svg$/i,
|
||||
|
Loading…
x
Reference in New Issue
Block a user