chore: don't minimize js in development (#28571)

This commit is contained in:
Jeremy Rose 2021-04-08 15:56:59 -07:00 committed by GitHub
parent da8c35e3b2
commit f73d09374e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 1 deletions

View file

@ -156,7 +156,7 @@ if ((globalThis.process || binding.process).argv.includes("--profile-electron-in
setImmediate: false
},
optimization: {
minimize: true,
minimize: env.mode === 'production',
minimizer: [
new TerserPlugin({
terserOptions: {