How do I exclude a javascript file from "dist/js/app/***.js" when building in Vue3
I want a javascript file to be excluded from "dist/js/app.***.js" when I build in Vue3. I have a javascript file named ManageServiceUrl.js. I'm importing this in the main.js file in vue3. ...