Skip to content

Commit 98aa96b

Browse files
committed
Make bundle using production type
1 parent d4c6de3 commit 98aa96b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const path = require("path");
22

33
module.exports = {
4-
mode: "none",
4+
mode: "production",
55
entry: "./src/index.js",
66
output: {
77
library: {

0 commit comments

Comments
 (0)