Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
feedthejim committed Sep 28, 2022
1 parent d4af56b commit 0fb8dfe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/next/build/webpack-config.ts
Expand Up @@ -902,7 +902,7 @@ export default async function getBaseWebpackConfig(
},
mangle: {
safari10: true,
...(process.env.MANGLING_DEBUG
...(process.env.__NEXT_MANGLING_DEBUG
? {
toplevel: true,
module: true,
Expand All @@ -917,7 +917,7 @@ export default async function getBaseWebpackConfig(
comments: false,
// Fixes usage of Emoji and certain Regex
ascii_only: true,
...(process.env.MANGLING_DEBUG
...(process.env.__NEXT_MANGLING_DEBUG
? {
beautify: true,
}
Expand Down

0 comments on commit 0fb8dfe

Please sign in to comment.