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

Commit

Permalink
Merge pull request #37 from toxic-johann/master
Browse files Browse the repository at this point in the history
[fix] fix  duplicate outputs when using with multiple instances of HtmlWebpackPlugin
  • Loading branch information
jeffposnick authored Dec 18, 2017
2 parents 388001e + 5d8a9ed commit c88ba96
Show file tree
Hide file tree
Showing 14 changed files with 8,648 additions and 23 deletions.
3 changes: 3 additions & 0 deletions demo/client/another.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
const h1 = document.createElement('h1');
h1.innerText = 'I am another page';
document.body.appendChild(h1);
Loading

0 comments on commit c88ba96

Please sign in to comment.