Skip to content

Commit 10e309e

Browse files
authored
Merge branch 'master' into remove-lodash-optimizations
2 parents ed14165 + 4d0a2f8 commit 10e309e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ class BundleTrackerPlugin {
9393
// Set output directories
9494
const outputPath = compiler.options.output?.path ?? process.cwd();
9595
this.outputChunkDir = path.resolve(outputPath);
96+
9697
// @ts-ignore: TS2345 this.options.path can't be undefined here because we set a default value above
9798
// @ts-ignore: TS2345 this.options.filename can't be undefined here because we set a default value above
9899
this.outputTrackerFile = path.resolve(path.join(this.options.path, this.options.filename));

0 commit comments

Comments
 (0)