Skip to content

Commit

Permalink
fix(webpack): Duplicated args for --port
Browse files Browse the repository at this point in the history
  • Loading branch information
shahabganji authored and 3cp committed Sep 3, 2019
1 parent 3496c13 commit d666176
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skeleton/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"build:dev": "webpack --env.extractCss",
"analyze": "webpack --env.production --env.analyze",
// @if feat['dotnet-core']
"start": "webpack-dev-server --env.extractCss --port 5000"
"start": "webpack-dev-server --env.extractCss"
// @endif

// @if feat.web
Expand Down

0 comments on commit d666176

Please sign in to comment.