Skip to content

Commit 8a5eade

Browse files
committed
style: comment
1 parent 01ee8d4 commit 8a5eade

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ const ENABLE_TSCHECKER = !config.options.disableForkTsChecker;
5050
const GENERATE_STATS_FILES = config.options.generateStatsFiles;
5151
const ENABLE_CACHING = isLocal ? config.options.caching : false;
5252

53-
// Handle "all" and "all-monorepo" option in externals
53+
// Handle the "all" option in externals
5454
// And add the forceExclude packages to it because they shouldn't be Webpacked
5555
const computedExternals = (
5656
externals === "all"

0 commit comments

Comments
 (0)