Skip to content

fix: reserve custom attrs in script and style tag

Compare
Choose a tag to compare
@gwuhaolin gwuhaolin released this 06 Jul 07:46
· 77 commits to master since this release

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.