diff --git a/webpack.config.js b/webpack.config.js index 823c4e7..62f6c6e 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -1,6 +1,6 @@ module.exports = { entry: "./src/index.ts", - mode: "development", + mode: "production", node: { fs: "empty", },