-
-
Notifications
You must be signed in to change notification settings - Fork 5.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add dev dependency http-server for debugging ESM #8848
Conversation
I have nearly no experience with ESM, can you please explain why this is needed? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jessetane can you run npm install
so the lockfile is also updated?
The CORS policy for scripts loaded with |
faf2846
to
088045a
Compare
Ou ok thank you ... now i like it even less 😄 |
agree with you @Falke-Design that not being able to load modules directly from the filesystem is annoying... does anyone know why this limitation exists? i assume there is a good reason but it's not immediately obvious to me and it didn't jump out on a quick glance at the spec. see also: whatwg/html#8121. maybe this will change in the future? |
more here whatwg/html#1888 |
the arguments there are pretty esoteric, not sure i can fully grasp them without more study but i guess i still prefer being forced to use an http server than non-standard build tools |
It is what it is, having a HTTP server running is not the end of the world 😉 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
No description provided.