- Run
rm -rf .vite && npm install && npx vite - Access http://localhost:5173/ with a recent browser (I tested with Chrome)
Use this config in vite.config.js
legacy: {
inconsistentCjsInterop: true, // Uncomment me to workaround the issue
},
| Name | Name | Last commit date | ||
|---|---|---|---|---|
rm -rf .vite && npm install && npx vite
Use this config in vite.config.js
legacy: {
inconsistentCjsInterop: true, // Uncomment me to workaround the issue
},