Explorar el Código

enable swcMinify

Yuki Takei hace 3 años
padre
commit
2788b63acf
Se han modificado 1 ficheros con 1 adiciones y 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',
     },