python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Uncaught ReferenceError: __VITE_IS_MODERN__ is not defined
I am working with @solana/web3.js and @solana/spl-token but I am getting error
Uncaught ReferenceError: __VITE_IS_MODERN__ is not defined
at modulepreload-polyfill:43:3
I am not sure which library ...

stwpd
Votes: 0
Answers: 1
This localhost page can’t be found
I just configure vitejs in my pre-build react application, but when starting the app it starts it on terminal but on browser, I find this
"This localhost page can’t be found"
here is my vit...

Muhammad Raheel
Votes: 0
Answers: 2
Vite sends internal server error: Unable to parse {"file":"translation.html","line":39,"column":1}
I cloned and ran a vite server:
https://github.com/fireship-io/webrtc-firebase-demo
I followed the instructions and ran
npm run dev
I created 2 new html files and linked them using tags
I can access...

Nagarajan Sree
Votes: 0
Answers: 1
Vue test utils for Vue3 : document is not defined
I try to bootstrap a simple app based on the following Vue3, Vite, Vitest
I also installed the vue 3 compatible version of vue test utils to test vue components.
I have an error trying to replicate th...

Pierre_T
Votes: 0
Answers: 4