Skip to content
This repository has been archived by the owner on Apr 5, 2021. It is now read-only.

Commit

Permalink
Compat fix 2
Browse files Browse the repository at this point in the history
  • Loading branch information
mmiller42 committed Sep 15, 2017
1 parent 31031ff commit 8bc4e6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/HtmlWebpackExternalsPlugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ export default class HtmlWebpackExternalsPlugin {
),
append,
hash: this.hash,
files: this.files,
files: this.files == null ? undefined : this.files,
publicPath: '',
})
)
Expand Down

0 comments on commit 8bc4e6b

Please sign in to comment.