From 8a5eade0d953c149139dd596ab9cd313fb7af1b7 Mon Sep 17 00:00:00 2001 From: Maxime Date: Fri, 11 Feb 2022 10:52:53 +0100 Subject: [PATCH] style: comment --- src/webpack.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/webpack.config.js b/src/webpack.config.js index 0db76929..9480bd94 100644 --- a/src/webpack.config.js +++ b/src/webpack.config.js @@ -50,7 +50,7 @@ const ENABLE_TSCHECKER = !config.options.disableForkTsChecker; const GENERATE_STATS_FILES = config.options.generateStatsFiles; const ENABLE_CACHING = isLocal ? config.options.caching : false; -// Handle "all" and "all-monorepo" option in externals +// Handle the "all" option in externals // And add the forceExclude packages to it because they shouldn't be Webpacked const computedExternals = ( externals === "all"