From c20e4e33cd87eeed090df3285e206ad2399c2724 Mon Sep 17 00:00:00 2001 From: Nathan Bierema Date: Sat, 1 Aug 2020 20:39:23 -0400 Subject: [PATCH] chore(redux-devtools-inspector): fix webpack config --- packages/redux-devtools-inspector/webpack.config.js | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/packages/redux-devtools-inspector/webpack.config.js b/packages/redux-devtools-inspector/webpack.config.js index 0ceb322e..4c3f0e47 100644 --- a/packages/redux-devtools-inspector/webpack.config.js +++ b/packages/redux-devtools-inspector/webpack.config.js @@ -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()