Skip to content

Commit

Permalink
style: comment
Browse files Browse the repository at this point in the history
  • Loading branch information
it-propulse committed Feb 11, 2022
1 parent 01ee8d4 commit 8a5eade
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 8a5eade

Please sign in to comment.