I'm getting lots of errors like: "isAbsolute" is not exported by "__vite-browser-external" from code like:
3: import { join, isAbsolute, extname } from 'node:path'
^
However, my Vite / Vitest build is not for the browser. Is there not a way to use this tool for analyzing Node-targeted code?
I'm getting lots of errors like:
"isAbsolute" is not exported by "__vite-browser-external"from code like:However, my Vite / Vitest build is not for the browser. Is there not a way to use this tool for analyzing Node-targeted code?