Skip to content

Commit

Permalink
update webpack example to support new api usage
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Schwartzenberger authored and Justin Schwartzenberger committed Mar 1, 2017
1 parent bd4b5cd commit 984c559
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example-app-webpack/package.json
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.1",
"scripts": {
"playground:fresh": "npm i ../ && npm run playground",
"playground": "concurrently \"angular-playground angular-playground.json\" \"npm run playground:serve\"",
"playground": "concurrently \"angular-playground\" \"npm run playground:serve\"",
"playground:serve": "webpack-dev-server --inline --port 8081 --config config/webpack.playground.js",
"start": "webpack-dev-server --inline --port 8080 --config config/webpack.dev.js"
},
Expand Down

0 comments on commit 984c559

Please sign in to comment.