We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26f8aca commit c20e4e3Copy full SHA for c20e4e3
packages/redux-devtools-inspector/webpack.config.js
@@ -37,12 +37,7 @@ module.exports = {
37
})
38
].concat(
39
isProduction
40
- ? [
41
- new webpack.optimize.UglifyJsPlugin({
42
- compress: { warnings: false },
43
- output: { comments: false }
44
- })
45
- ]
+ ? []
46
: [
47
new ExportFilesWebpackPlugin('demo/dist/index.html'),
48
new webpack.HotModuleReplacementPlugin()
0 commit comments