mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-25 11:07:29 +00:00
Beginning React+Redux "Music Store" sample
This commit is contained in:
@@ -20,8 +20,7 @@ module.exports = {
|
||||
if (enableHotModuleReplacement) {
|
||||
webpackConfig.entry.main.unshift('webpack-hot-middleware/client');
|
||||
webpackConfig.plugins.push(
|
||||
new webpack.HotModuleReplacementPlugin(),
|
||||
new webpack.NoErrorsPlugin()
|
||||
new webpack.HotModuleReplacementPlugin()
|
||||
);
|
||||
|
||||
if (enableReactHotModuleReplacement) {
|
||||
|
||||
Reference in New Issue
Block a user