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 47537af commit 3cd8f83Copy full SHA for 3cd8f83
scripts/compilation/Inliner.js
@@ -20,7 +20,7 @@ module.exports = class Inliner {
20
this.isLib = fs.existsSync(path.join(root, "lib", pkg));
21
this.isClient = !this.isPackage && !this.isLib;
22
this.isCore = pkg === "core";
23
- this.reExportStubs = true;
+ this.reExportStubs = false;
24
this.subfolder = this.isPackage ? "packages" : this.isLib ? "lib" : "clients";
25
this.verbose = process.env.DEBUG || process.argv.includes("--debug");
26
0 commit comments