scorebuilders / sbuilder-webapp

0 stars 0 forks source link

added webpack config flag to activate historyApiFallback #8

Closed pkarl closed 8 years ago

pkarl commented 8 years ago

This allows us to have hot reloading via /webpack-dev-server while we work.

As you can see here, the URL structure doesn't change as we go, but HMR may take place.

sbuilder-hot

what this does not do: allow us to cut & paste urls beyond '/'

pkarl commented 8 years ago

nope that's default behavior of dev server and historyApiFallback appears to do nothing right now. Closing until I figure my shit out.