Add react router and required Webpack configs

This commit is contained in:
Jan Tuomi
2018-06-21 09:44:33 +03:00
parent 0390cfa896
commit 3b3cf22e6e
8 changed files with 133 additions and 13 deletions
+1
View File
@@ -13,6 +13,7 @@ module.exports = merge(commonConfig, {
],
devServer: {
hot: true, // enable HMR on the server
historyApiFallback: true,
},
devtool: 'cheap-module-eval-source-map',
plugins: [