Update all js deps
Some checks failed
Some checks failed
This commit is contained in:
@@ -11,7 +11,6 @@ if (process.env.DEV === '1') {
|
||||
}
|
||||
|
||||
module.exports = {
|
||||
entry: "./src/main.ts",
|
||||
entry: {
|
||||
"gotty": "./src/main.ts",
|
||||
},
|
||||
@@ -52,6 +51,10 @@ module.exports = {
|
||||
},
|
||||
optimization: {
|
||||
minimize: true,
|
||||
minimizer: [new TerserPlugin()],
|
||||
minimizer: [new TerserPlugin({
|
||||
terserOptions: {
|
||||
ecma: "2016"
|
||||
}
|
||||
})],
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user