Turnning swc back off as it does not seem to work with storybook
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user