Run webpack on production mode

This commit is contained in:
dapplion 2020-12-03 00:06:46 +00:00
parent 7f76672a40
commit 2a27b19287
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
module.exports = {
entry: "./src/index.ts",
mode: "development",
mode: "production",
node: {
fs: "empty",
},