chore(redux-devtools-inspector): fix webpack config

This commit is contained in:
Nathan Bierema 2020-08-01 20:39:23 -04:00
parent 26f8aca7db
commit c20e4e33cd

View File

@ -37,12 +37,7 @@ module.exports = {
})
].concat(
isProduction
? [
new webpack.optimize.UglifyJsPlugin({
compress: { warnings: false },
output: { comments: false }
})
]
? []
: [
new ExportFilesWebpackPlugin('demo/dist/index.html'),
new webpack.HotModuleReplacementPlugin()