fix: reserve custom attrs in script and style tag
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.
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.