Web Webpack Plugin Versions Save

alternative for html-webpack-plugin

4.0.0

5 years ago

1.10.6

5 years ago

support webpack4 take a break change, this is a backup for webpack1~3

1.10.0

6 years ago

1.9.2

6 years ago
  • perf: avoid read not exit URL path file
  • perf: improve perf by avoid read same file content twice

1.9.1

6 years ago

1.8.4

6 years ago

1.8.3

6 years ago

reserve custom attrs, e.g: In html template:

<script async data-group="123" src="./main.js"></script>

In output html, attrs async data-group="123" will keep.

1.8.2

6 years ago

1.8.1

6 years ago

templateCompiler option use to pre-translate you origin template use template engine like ejs. detail use see this demo.

templateCompiler has been add to WebPlugin and AutoWebPlugin both.