Skip to content

Commit 07ee268

Browse files
authored
Merge pull request #91 from django-webpack/output-tracker-file
Change outputTrackerFile path
2 parents 28491b7 + 51dfab5 commit 07ee268

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ class BundleTrackerPlugin {
5858

5959
// Set output directories
6060
this.outputChunkDir = path.resolve(get(compiler.options, 'output.path', process.cwd()));
61-
this.outputTrackerFile = path.resolve(path.join(this.options.path, this.options.filename));
61+
this.outputTrackerFile = path.resolve(this.options.filename);
6262
this.outputTrackerDir = path.dirname(this.outputTrackerFile);
6363

6464
return this;

0 commit comments

Comments
 (0)