Skip to content

Commit c859461

Browse files
committed
module: 'unknown',
1 parent 36192ea commit c859461

File tree

1 file changed

+1
-0
lines changed
  • packages/next/src/build/webpack/plugins/terser-webpack-plugin/src

1 file changed

+1
-0
lines changed

packages/next/src/build/webpack/plugins/terser-webpack-plugin/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ export class TerserPlugin {
146146
: {}),
147147
compress: true,
148148
mangle: true,
149+
module: 'unknown',
149150
}
150151
)
151152

0 commit comments

Comments
 (0)