Commit d6cdee44975e2299a353d6ec88167343e77a6424
1 parent
827f0234
change dev server port
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
package.json
... | ... | @@ -19,7 +19,7 @@ |
19 | 19 | "src" |
20 | 20 | ], |
21 | 21 | "scripts": { |
22 | - "dev": "webpack-dev-server --content-base test/ --open --inline --hot --compress --history-api-fallback --port 1234 --config build/webpack.dev.config.js", | |
22 | + "dev": "webpack-dev-server --content-base test/ --open --inline --hot --compress --history-api-fallback --port 8081 --config build/webpack.dev.config.js", | |
23 | 23 | "dev:s": "webpack-dev-server --content-base test/ --open --inline --hot --compress --history-api-fallback --port 8081 --host 0.0.0.0 --config build/webpack.dev.config.js", |
24 | 24 | "dist:style": "gulp --gulpfile build/build-style.js", |
25 | 25 | "dist:dev": "webpack --config build/webpack.dist.dev.config.js", | ... | ... |