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.
2 parents ed14165 + 4d0a2f8 commit 10e309eCopy full SHA for 10e309e
lib/index.js
@@ -93,6 +93,7 @@ class BundleTrackerPlugin {
93
// Set output directories
94
const outputPath = compiler.options.output?.path ?? process.cwd();
95
this.outputChunkDir = path.resolve(outputPath);
96
+
97
// @ts-ignore: TS2345 this.options.path can't be undefined here because we set a default value above
98
// @ts-ignore: TS2345 this.options.filename can't be undefined here because we set a default value above
99
this.outputTrackerFile = path.resolve(path.join(this.options.path, this.options.filename));
0 commit comments