using history fallback

This commit is contained in:
stephen grider 2016-01-16 16:27:59 -08:00
parent 31208bfa31
commit 2cd850bae8
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
"main": "index.js",
"repository": "git@github.com:StephenGrider/ReduxSimpleStarter.git",
"scripts": {
"start": "node ./node_modules/webpack-dev-server/bin/webpack-dev-server.js"
"start": "node ./node_modules/webpack-dev-server/bin/webpack-dev-server.js --history-api-fallback"
},
"author": "",
"license": "ISC",