Skip to content
This repository has been archived by the owner on Jan 26, 2019. It is now read-only.

Commit

Permalink
turn on ascii_only for issue with emoji and regex (#2596)
Browse files Browse the repository at this point in the history
  • Loading branch information
viankakrisna authored and wmonk committed Aug 7, 2017
1 parent d69e441 commit 6d42a3c
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 @@ -273,6 +273,9 @@ module.exports = {
},
output: {
comments: false,
// Turned on because emoji and regex is not minified properly using default
// https://github.com/facebookincubator/create-react-app/issues/2488
ascii_only: true,
},
sourceMap: true,
}),
Expand Down

0 comments on commit 6d42a3c

Please sign in to comment.