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
When I install a solidjs project with Vite using npx degit solidjs/templates/js my-project (as the official docs suggest for installing a solidjs project with Vite), and then do npm run dev, I get this warning in the console:
It's odd I admit. I think our projects are type="module" which means .js should be treated as .mjs. If not then we should do something about it. I will move this issue to the templates repo.
Describe the bug
When I install a solidjs project with Vite using
npx degit solidjs/templates/js my-project
(as the official docs suggest for installing a solidjs project with Vite), and then donpm run dev
, I get this warning in the console:It seems to go away when I manually change the extension of
vite.config.js
tovite.config.mjs
Your Example Website or App
https://github.com/DIPANJAN01/solid-my-app.git
Steps to Reproduce the Bug or Issue
Expected behavior
Expected behavior: No warning in the console when the app is run with
npm run dev
Screenshots or Videos
No response
Platform
Additional context
Yes maybe its not a "bug" bug, but its still an annoying warning and just wanted to let you know about it...
The text was updated successfully, but these errors were encountered: