Skip to content

Commit

Permalink
Disable a micro-option in uglify that appears to be buggy
Browse files Browse the repository at this point in the history
  • Loading branch information
davidascher committed May 27, 2017
1 parent fbaeff2 commit 0cc4fef
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/react-scripts/config/webpack.config.prod.js
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,9 @@ module.exports = {
// Generates an `index.html` file with the <script> injected.
new HtmlWebpackPlugin({
inject: true,
compress: {
comparisons: false
},
template: paths.appHtml,
minify: {
removeComments: true,
Expand Down

0 comments on commit 0cc4fef

Please sign in to comment.