You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 9, 2023. It is now read-only.
@jsf-3shape I guess it's because it doesn't support ESM yet, right? Vite only works with ESM if I'm not mistaken. ESM is on my list but problem is that some basic tools like ESLint still does not support it, making it complicated to migrate packages. I'm open to suggestions.
@jsf-3shape Problem is that the ESLint config loader does not support ESM yet according to their own docs.
JavaScript (ESM) - use .eslintrc.cjs when running ESLint in JavaScript packages that specify "type":"module" in their package.json. Note that ESLint does not support ESM configuration at this time.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When using Vite as a builder, running
npm run dev
results in failure in the browser.The following is printed in the browser console and the page fails to load.
There are no errors in the terminal.
The text was updated successfully, but these errors were encountered: