How to use webpack-merge.merge:
438 439 440 441 442 443 444 445
if(isStatic) { webpackConfig.plugins.push(new StaticSitePlugin(), new webpack.HashedModuleIdsPlugin()); } } return merge(webpackConfig, webpackCustom); };
How to use webpack-merge.merge:
438 439 440 441 442 443 444 445
if(isStatic) { webpackConfig.plugins.push(new StaticSitePlugin(), new webpack.HashedModuleIdsPlugin()); } } return merge(webpackConfig, webpackCustom); };