I am running into an issue with angularjs when angularjs tries to load a template html file from a provided path. Vite adds on a <script type="module" src="/@vite/client"></script> tag.
This breaks the angularjs template compilation because it needs to have only one root html element (and vite has added a second).
Is there any way to disable this behavior?
related to this post in #discussions
#discussions message
edit: Very sorry! I am brand new here and it appears I have broken the no cross posting rule 😞 - so I moved the discussion here instead