Smartauto

Results 13 comments of Smartauto

Same Problem, Wondering When we can find a solution.

Hi There We are also getting same Issue. https://domain.com/forms/**assets/assets**/__federation_expose_App-c1fd8uuuaf7.js We are using vite 4.5.2

We have Fixed this issue by Specifying the Build options in vite.config.js build: { modulePreload: false, target: "esnext", minify: false, cssCodeSplit: false, rollupOptions: { output: { assetFileNames: "[name]-[hash][extname]", chunkFileNames: "[name]-[hash].js",...