Closed Juricakov closed 5 months ago
@Juricakov I think this has been fixed, if not already then in the next release after some refactoring I did to the method the crash was in. If you can give it a shot on the next release please let me know if you still see the issue.
What happened?
Running JS Gazelle results in an index out of range error when a vite public imports exist in file. See https://vitejs.dev/guide/assets#the-public-directory
Removing any such imports, ie
import viteLogo from '/vite.svg'
fixes the problem.Version
MacOS, Bazel 6.4.0, CLI v5.9.25
How to reproduce
Any other information?