We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01ee8d4 commit 8a5eadeCopy full SHA for 8a5eade
src/webpack.config.js
@@ -50,7 +50,7 @@ const ENABLE_TSCHECKER = !config.options.disableForkTsChecker;
50
const GENERATE_STATS_FILES = config.options.generateStatsFiles;
51
const ENABLE_CACHING = isLocal ? config.options.caching : false;
52
53
-// Handle "all" and "all-monorepo" option in externals
+// Handle the "all" option in externals
54
// And add the forceExclude packages to it because they shouldn't be Webpacked
55
const computedExternals = (
56
externals === "all"
0 commit comments