Fix storybook errors

This commit is contained in:
Gabe Kangas
2023-01-10 00:58:39 -08:00
parent 6f6b9bcda8
commit 85dc3bf21e
5 changed files with 5 additions and 4 deletions

View File

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