Add react router and required Webpack configs
This commit is contained in:
@@ -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: [
|
||||
|
||||
Reference in New Issue
Block a user