#Is it possible to prevent the bundling the inline script in index.html with the rest of js?
1 messages · Page 1 of 1 (latest)
great question
let me know your idea, pls share what do you want
My solution was to use two separate <script> blocks - one with type="module" and one without. So, the first one was absorbed by the bundle, but the other one stayed in the index.html
okay, so current status?
Solved