-
When using rollup-plugin-node-externals with vitest, it crashes on this line. Is buildStart not supposed to run always? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
I think this tends to happen when using Vite's vitest/packages/vite-node/README.md Lines 87 to 95 in e4e939b I don't think Vitest has any issues with this though. Can you provide a reproduction? |
Beta Was this translation helpful? Give feedback.
Just did a quick check and it looks working to me:
https://stackblitz.com/edit/vitest-dev-vitest-xsr7nz?file=vite.config.ts
Show screenshot