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 c24f00c commit cc3df7aCopy full SHA for cc3df7a
package.json
@@ -4,7 +4,7 @@
4
"main": "./dist/gitment.js",
5
"scripts": {
6
"build": "babel src --out-dir dist --ignore test.js --source-maps & NODE_ENV=production webpack --config webpack.config.js --progress --profile --colors",
7
- "dev": "webpack-dev-server --config webpack.dev.config.js --progress --profile --colors"
+ "dev": "webpack-dev-server --config webpack.dev.config.js --host 0.0.0.0 --progress --profile --colors"
8
},
9
"devDependencies": {
10
"babel-cli": "^6.24.0",
0 commit comments