Explorar o código

enable swcMinify

Yuki Takei %!s(int64=3) %!d(string=hai) anos
pai
achega
2788b63acf
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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',
     },