Skip to content

Commit

Permalink
Serve workbox from dist folder during development
Browse files Browse the repository at this point in the history
  • Loading branch information
Flowm committed Aug 24, 2018
1 parent 8f2de38 commit 50036ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --config webpack.config.js --mode production",
"start": "webpack-dev-server --config webpack.config.js --mode development",
"start-pub": "webpack-dev-server --config webpack.config.js --mode development --disable-host-check --host 0.0.0.0",
"start": "webpack-dev-server --config webpack.config.js --mode development --content-base dist",
"start-pub": "webpack-dev-server --config webpack.config.js --mode development --content-base dist --disable-host-check --host 0.0.0.0",
"serve-release": "npm run build && http-server dist"
},
"dependencies": {
Expand Down

0 comments on commit 50036ad

Please sign in to comment.