DevTools failed to load source map: Could not load content for http://localhost:3000/@vite/client.mjs.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE #82
Labels
help wanted
Extra attention is needed
Package: vite-plugin-vue-i18n
Status: PR Welcome
Welcome to Pull Request
We are missing a source map with
@intlify/[email protected]
on dev modeConsole Error
DevTools failed to load source map: Could not load content for http://localhost:3000/@vite/client.mjs.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
Steps to reproduce
npm init vite@latest my-vue-app -- --template vue
npm i @intlify/vite-plugin-vue-i18n vue-i18n
vite.config.js
npm run dev
to inspectpackage.json
vite.config.js
Environment
macOS 12.1
Node 14.18.2
npm 8.3.1
Chrome 97
Safari 15.2
I can see the inlined source map for http://localhost:3000/@vite/client when I don't have installed the plugin, that's why I suspect that it's related.
I don't know how I can help to fix it, I hope somebody can address me.
Originally posted by @fcomrqz in #1 (comment)
The text was updated successfully, but these errors were encountered: