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 a2326f4 commit d31bf12Copy full SHA for d31bf12
package.json
@@ -37,7 +37,7 @@
37
"main": "main.js",
38
"scripts": {
39
"prod": "webpack --mode production --config webpack.build.config.js && electron --noDevServer .",
40
- "dev": "webpack-dev-server --hot --host 0.0.0.0 --config=./webpack.dev.config.js --mode development",
+ "start": "webpack-dev-server --hot --host 0.0.0.0 --config=./webpack.dev.config.js --mode development",
41
"build": "webpack --config webpack.build.config.js --mode production",
42
"package": "npm run build",
43
"postpackage": "electron-packager ./ --out=./builds"
0 commit comments