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 08747a5 commit e768019Copy full SHA for e768019
package.json
@@ -4,7 +4,7 @@
4
"description": "",
5
"main": "dist/index.js",
6
"scripts": {
7
- "start": "npm run build:tools && cross-env NODE_ENV=development webpack-dev-server",
+ "start": "npm run build:tools && cross-env NODE_ENV=development webpack-dev-server --host 127.0.0.1",
8
"build": "npm run build:tools && cross-env NODE_ENV=development webpack",
9
"build:tools": "tsc -p ./tools"
10
},
0 commit comments