From c859461e925d3520c5a2573af91a4909aea3dfa7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B0=95=EB=8F=99=EC=9C=A4=20=28Donny=29?= Date: Thu, 13 Jun 2024 14:04:25 +0900 Subject: [PATCH] module: 'unknown', --- .../src/build/webpack/plugins/terser-webpack-plugin/src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/next/src/build/webpack/plugins/terser-webpack-plugin/src/index.ts b/packages/next/src/build/webpack/plugins/terser-webpack-plugin/src/index.ts index 26e5085f62a43..b729ebc9ef61a 100644 --- a/packages/next/src/build/webpack/plugins/terser-webpack-plugin/src/index.ts +++ b/packages/next/src/build/webpack/plugins/terser-webpack-plugin/src/index.ts @@ -146,6 +146,7 @@ export class TerserPlugin { : {}), compress: true, mangle: true, + module: 'unknown', } )