Skip to content

Commit c20e4e3

Browse files
committed
chore(redux-devtools-inspector): fix webpack config
1 parent 26f8aca commit c20e4e3

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

packages/redux-devtools-inspector/webpack.config.js

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,7 @@ module.exports = {
3737
})
3838
].concat(
3939
isProduction
40-
? [
41-
new webpack.optimize.UglifyJsPlugin({
42-
compress: { warnings: false },
43-
output: { comments: false }
44-
})
45-
]
40+
? []
4641
: [
4742
new ExportFilesWebpackPlugin('demo/dist/index.html'),
4843
new webpack.HotModuleReplacementPlugin()

0 commit comments

Comments
 (0)