html-res-webpack-plugin icon indicating copy to clipboard operation
html-res-webpack-plugin copied to clipboard

能否支持自定义inject的位置?

Open yunyuyuan opened this issue 5 years ago • 0 comments
trafficstars

我使用python的flask开发,使用的jinja2模板,需要把js插入到html指定的位置。能否这样实现呢:

<head>
    <title>Inject point<title>
    // chunk1插入的位置
    <script src='another.js'></script>
    // chunk2插入的位置
</head>

yunyuyuan avatar Jun 15 '20 14:06 yunyuyuan