Skip to content

Commit 562e3ff

Browse files
committed
chore: open webpack dev server to LAN
1 parent f0d9623 commit 562e3ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"scripts": {
1010
"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",
11+
"start": "webpack-dev-server --hot --config webpack.dev.config.js --host 0.0.0.0 --open",
1212
"docs": "webpack --config webpack.doc.config.js",
1313
"build": "webpack --config webpack.config.js && node scripts/cleanupDist.js",
1414
"prepare": "webpack --config webpack.config.js && node scripts/cleanupDist.js"

0 commit comments

Comments
 (0)