UNPKG
iweb-tool
Version:
latest (1.1.2)
1.1.2
1.1.1
1.1.0
1.0.24
a build tool based gulp & webpack
github.com/iuap-design/iweb-tool
iuap-design/iweb-tool
iweb-tool
/
tpl
/
m
/
iweb_home
/
modules
/
hr
/
hrss
/
pages
/
test.html
13 lines
(8 loc)
•
229 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
<
head
>
{% for (var chunk in o.htmlWebpackPlugin.files.chunks['index'].css) { %}
<
link
href
=
"{%= o.htmlWebpackPlugin.files.chunks['index'].css[chunk]%}"
rel
=
"stylesheet"
>
{% } %}
</
head
>
<
body
>
</
body
>
</
html
>