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 f0d9623 commit 562e3ffCopy full SHA for 562e3ff
package.json
@@ -8,7 +8,7 @@
8
},
9
"scripts": {
10
"test": "eslint src/js/** src/docs/components/** src/docs/helpers/** && stylelint src/scss/** && jest",
11
- "start": "webpack-dev-server --hot --config webpack.dev.config.js --open",
+ "start": "webpack-dev-server --hot --config webpack.dev.config.js --host 0.0.0.0 --open",
12
"docs": "webpack --config webpack.doc.config.js",
13
"build": "webpack --config webpack.config.js && node scripts/cleanupDist.js",
14
"prepare": "webpack --config webpack.config.js && node scripts/cleanupDist.js"
0 commit comments