0

Turnning swc back off as it does not seem to work with storybook

This commit is contained in:
Gabe Kangas 2023-01-10 00:43:46 -08:00
parent 55ee2cf388
commit 98070d8751
No known key found for this signature in database
GPG Key ID: 4345B2060657F330

View File

@ -11,7 +11,7 @@ module.exports = withBundleAnalyzer(
images: {
unoptimized: true,
},
swcMinify: true,
swcMinify: false,
webpack(config) {
config.module.rules.push({
test: /\.svg$/i,