Run webpack on production mode
This commit is contained in:
parent
7f76672a40
commit
2a27b19287
|
@ -1,6 +1,6 @@
|
|||
module.exports = {
|
||||
entry: "./src/index.ts",
|
||||
mode: "development",
|
||||
mode: "production",
|
||||
node: {
|
||||
fs: "empty",
|
||||
},
|
||||
|
|
Reference in New Issue