Hello friends,
I have an elm project where the elm js file gets generated by an outside tool and I just link to it in my index.html. When it gets bundled alongside with all the other files, it looses some abilities (like setting up window.Elm ) which is required to initialise my application.
Is there a way for me to exclude that file from bundling while still making the correct links when the project gets build?
Thanks!