process.env
references prevents the script from loading. [Suggestion: Use Vite's env variables]
#7
Labels
enhancement
New feature or request
Using
build.lib
to produce my output, there's two lines in the produced code that prevent the code from running:Not sure why this is here, it doesn't do anything.
I think vite uses
import.meta
now instead ofprocess.env
for stuff like thisThe text was updated successfully, but these errors were encountered: