48bd48753b
In this PR, I'm specifying to vite build that '@scalar/api-reference-react' is an external dependency and should not be considered as a module we maintain (it won't get its own chunk at build time and we won't generate sourcemaps on our end). I'm not sure why vite is considering it internal in the first place (I can see that it's generating .vue.js files, might be the first time we are relying on a vue library)