diff --git a/packages/react-scripts/config/webpack.config.js b/packages/react-scripts/config/webpack.config.js index e465d8e7a00..c70e0497c22 100644 --- a/packages/react-scripts/config/webpack.config.js +++ b/packages/react-scripts/config/webpack.config.js @@ -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, },