Skip to content

Releases: gwuhaolin/web-webpack-plugin

support webpack4

14 Jul 06:12
Compare
Choose a tag to compare
4.0.0

fix: TypeError: Cannot read property 'watchFileSystem' of undefined

before support webpack4

14 Jul 04:11
Compare
Choose a tag to compare

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

feat: inject attr for HTML tag

20 Aug 12:25
Compare
Choose a tag to compare

Improve performance

15 Aug 13:36
Compare
Choose a tag to compare
  • perf: avoid read not exit URL path file
  • perf: improve perf by avoid read same file content twice

fix: parse5 attr value undefined error

01 Aug 10:01
Compare
Choose a tag to compare
1.9.1

fix: parse5 attr value undefined error

feat: add htmlMinify option

fix: TypeError: Cannot read property 'parentNode' of undefined

07 Jul 02:56
Compare
Choose a tag to compare
1.8.4

fix: TypeError: Cannot read property 'parentNode' of undefined

fix: reserve custom attrs in script and style tag

06 Jul 07:46
Compare
Choose a tag to compare

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.

Fix hot reload not work after add templateComplier option

04 Jul 02:59
Compare
Choose a tag to compare
1.8.2

fix: hot reload not work when template change

Support templateCompiler option

04 Jul 02:24
Compare
Choose a tag to compare

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.