We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20e4da8 commit ca7c52aCopy full SHA for ca7c52a
build.default.json
@@ -7,7 +7,7 @@
7
},
8
"execute": {
9
"command": "webpack",
10
- "arguments": ["script/main.es6", "-o", "www/script.js", "--devtool", "source-map", "--module-bind", "js=babel-loader"]
+ "arguments": ["--entry","script/main.es6", "-o", "www/script.js", "--devtool", "source-map", "--mode", "production"]
11
}
12
13
0 commit comments