Skip to content
Open
Changes from all commits
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
2 changes: 1 addition & 1 deletion packages/react-scripts/config/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ module.exports = function (webpackEnv) {
output: {
ecma: 5,
comments: false,
// Turned on because emoji and regex is not minified properly using default
// Turned on because emoji and regex are not minified properly using default
// https://github.com/facebook/create-react-app/issues/2488
ascii_only: true,
},
Expand Down