Replies: 1 comment 1 reply
-
See #18496 (comment) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've searched through the code and documentation, but haven't been able to find a way inside of Vite.
Specifically I want to prevent files from being referenced that are not in the build. Aka the
xxx didn't resolve at build time, it will remain unchanged to be resolved at runtime.
Error.Generally: I want to fail a build if a
warnOnce
orwarn
log has been triggered.Any way to do it inside of Vite without resorting to parsing the output?
Beta Was this translation helpful? Give feedback.
All reactions