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

Commit c88ba96

Browse files
authored
Merge pull request #37 from toxic-johann/master
[fix] fix duplicate outputs when using with multiple instances of HtmlWebpackPlugin
2 parents 388001e + 5d8a9ed commit c88ba96

14 files changed

+8648
-23
lines changed

demo/client/another.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
const h1 = document.createElement('h1');
2+
h1.innerText = 'I am another page';
3+
document.body.appendChild(h1);

0 commit comments

Comments
 (0)