misha
misha
Same problem here. I ended by removing the actual file (if already existing), at path "localURL" with ` // remove actual temp file do { try FileManager.default.removeItem(at: localURL) } catch...
I could find an easier solution by changing the class of all child using these tailwind selectors: ` ` It helps a bit but doesn't allow me yet to change...
Scripts set in manualChunks are loaded directly in front page, instead to be lazy loaded when needed
@huseyindeniz I tried following : (code formatting did not work?) ` export default defineConfig({ optimizeDeps: { include: ["@vue/runtime-dom"], exclude: ["flowbite"], }, resolve: { alias: { vue: "@vue/runtime-dom", }, }, build:...