animxyz
animxyz copied to clipboard
warning in console with vue3 + vite
DevTools failed to load source map: Could not load content for http://localhost:5173/animxyz.css.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
any help?
seems adding to vite config works, but not sure about production
// ...
css: {
devSourcemap: true,
},
Hey @ortonomy we are looking into this.