Skip to content

Commit

Permalink
hot reloading
Browse files Browse the repository at this point in the history
  • Loading branch information
retailify committed Nov 12, 2017
1 parent f6954cb commit 2f7337c
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 @@ -4,7 +4,7 @@
"main": "bundles/ngx-uploader.umd.js",
"module": "lib/index.js",
"scripts": {
"start": "webpack-dev-server --env.client --env.serve --progress",
"start": "webpack-dev-server --env.client --env.serve --progress --hot",
"start-server": "node ./dist/api/index.js",
"start:aot": "webpack-dev-server --env.client --env.serve --env.aot --progress",
"test": "mocha -r ts-node/register -r ignore-styles src/**/*.spec.ts",
Expand Down

0 comments on commit 2f7337c

Please sign in to comment.