Skip to content

Commit

Permalink
Complete removal of webpack-dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
ylavoie committed Jun 27, 2020
1 parent c3b6a50 commit 01708f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
"scripts": {
"build //": "See https://corgibytes.com/blog/2017/04/18/npm-tips/",
"build": "webpack --progress --display-error-details --display-modules",
"build:dev": "webpack-dashboard -- webpack --env.dev --mode=development --display-modules",
"build:dev": "webpack --env.dev --mode=development --display-modules",
"serve": "webpack-dev-server --env.dev",
"lint:js": "eslint --ext .js ./",
"lint:markdown": "markdownlint --config .markdownlint.json --ignore ./node_modules ."
Expand Down

0 comments on commit 01708f5

Please sign in to comment.