Experiment with enabling swc for faster builds

This commit is contained in:
Gabe Kangas
2023-01-10 00:36:48 -08:00
parent 37cd19c567
commit 03cd2af1d2
3 changed files with 7 additions and 25 deletions

View File

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