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

View File

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