You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This warning seems to be happening because of the use of eval-source-map.
/*
* ATTENTION: An "eval-source-map" devtool has been used.
* This devtool is neither made for production nor for readable output files.
* It uses "eval()" calls to create a separate source file with attached SourceMaps in the browser devtools.
* If you are trying to read the output file, select a different devtool (https://webpack.js.org/configuration/devtool/)
* or disable the default devtool with "devtool: false".
* If you are looking for production-ready output files, see mode: "production" (https://webpack.js.org/configuration/mode/).
*/
Vue devtools version
6.5.0
Link to minimal reproduction
https://github.com/TechAkayy/happy-paws-with-nuxt3
Steps to reproduce & screenshots
Note, this is a nuxt project, and devtools is added as a nuxt plugin under the plugins folder (flagged for development mode only)
npm install
npm build
Check console, there are numerous eval warning.
What is expected?
No eval warnings should be consoled during production build as devtools is flagged only for development.
What is actually happening?
Numerous eval warning appear. This is troublesome especially when the build process is part of a CI/CD process that picks and fails on such warnings.
System Info
Any additional comments?
No response
The text was updated successfully, but these errors were encountered: