html-res-webpack-plugin
html-res-webpack-plugin copied to clipboard
能否支持自定义inject的位置?
trafficstars
我使用python的flask开发,使用的jinja2模板,需要把js插入到html指定的位置。能否这样实现呢:
<head>
<title>Inject point<title>
// chunk1插入的位置
<script src='another.js'></script>
// chunk2插入的位置
</head>