Yuki Takei пре 3 година
родитељ
комит
2788b63acf
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      packages/app/next.config.js

+ 1 - 0
packages/app/next.config.js

@@ -64,6 +64,7 @@ module.exports = async(phase, { defaultConfig }) => {
     // experimental: { esmExternals: true }, // Prefer loading of ES Modules over CommonJS
 
     reactStrictMode: true,
+    swcMinify: true,
     typescript: {
       tsconfigPath: 'tsconfig.build.client.json',
     },