From a24964fe3fb625bcd1bb1ecc9888b6f62e032a8d Mon Sep 17 00:00:00 2001 From: Khalid Waleed Date: Sun, 12 Feb 2023 20:58:42 +0200 Subject: [PATCH] Fixed a typo in a comment --- packages/react-scripts/config/webpack.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, },