Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Disable a micro-option in uglify that appears to be buggy
See #2376
  • Loading branch information
davidascher authored May 27, 2017
commit 0cc4fef9f985f31da5373f22b1ccac7fe0f430b2
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