Merge pull request #771 from OHIF/chore/hot-loading

chore: Add hot loading option to dev server
This commit is contained in:
Danny Brown 2019-08-14 13:51:39 -04:00 committed by GitHub
commit 6d035c1679
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -57,6 +57,7 @@ module.exports = (env, argv) => {
],
// https://webpack.js.org/configuration/dev-server/
devServer: {
hot: true,
open: true,
port: 3000,
historyApiFallback: {