animxyz icon indicating copy to clipboard operation
animxyz copied to clipboard

warning in console with vue3 + vite

Open ortonomy opened this issue 3 years ago • 2 comments

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?

ortonomy avatar Jul 21 '22 01:07 ortonomy

seems adding to vite config works, but not sure about production

// ...
css: {
  devSourcemap: true,
},

ortonomy avatar Jul 21 '22 02:07 ortonomy

Hey @ortonomy we are looking into this.

mattaningram avatar Jul 29 '22 17:07 mattaningram