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