Fix break upon 0 wrinklers #715

This commit is contained in:
Daniël van Noord
2021-03-22 08:20:52 +01:00
parent 1653c18c55
commit 68c8cc9d54
9 changed files with 24 additions and 32 deletions

View File

@@ -8,6 +8,9 @@ module.exports = function (env) {
return {
mode: 'production',
devtool: env.production ? 'source-map' : 'eval-source-map',
optimization: {
minimize: !!env.production,
},
entry: {
CookieMonster: {
import: './src/CookieMonster.js',