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 28491b7 + 51dfab5 commit 07ee268Copy full SHA for 07ee268
lib/index.js
@@ -58,7 +58,7 @@ class BundleTrackerPlugin {
58
59
// Set output directories
60
this.outputChunkDir = path.resolve(get(compiler.options, 'output.path', process.cwd()));
61
- this.outputTrackerFile = path.resolve(path.join(this.options.path, this.options.filename));
+ this.outputTrackerFile = path.resolve(this.options.filename);
62
this.outputTrackerDir = path.dirname(this.outputTrackerFile);
63
64
return this;
0 commit comments