lcxfs1991 / html-res-webpack-plugin

plugin for generating html in webpack
167 stars 34 forks source link

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

Closed yunyuyuan closed 2 years ago

yunyuyuan commented 4 years ago

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

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