Browse Source

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

pull/2555/head
Gabe Kangas 3 years ago
parent
commit
98070d8751
No known key found for this signature in database
GPG Key ID: 4345B2060657F330
  1. 2
      web/next.config.js

2
web/next.config.js

@ -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,

Loading…
Cancel
Save