jaketrent / html-webpack-template

a better default template for html-webpack-plugin
MIT License
830 stars 139 forks source link

Output location change #74

Closed quantuminformation closed 5 years ago

quantuminformation commented 6 years ago

I have the following output template

<script>
// my custom code from the template that needs to be loaded after webpack
</stript>

<script>
//from webpack
</stript>

is there a way to change the ordering so that the webpack build isn't always at the end

quantuminformation commented 6 years ago

Any updates, feedback?

quantuminformation commented 5 years ago

thx