Experiment with enabling swc for faster builds
This commit is contained in:
@@ -11,6 +11,7 @@ module.exports = withBundleAnalyzer(
|
||||
images: {
|
||||
unoptimized: true,
|
||||
},
|
||||
swcMinify: true,
|
||||
webpack(config) {
|
||||
config.module.rules.push({
|
||||
test: /\.svg$/i,
|
||||
|
||||
Reference in New Issue
Block a user