ProjectEvergreen / project-evergreen

Wiki and high level "feature" tracker for Project Evergreen
https://projectevergreen.github.io/
Apache License 2.0
11 stars 1 forks source link

Add support for native module bundling / loading (i.e. a non-webpack solution) #31

Open thescientist13 opened 6 years ago

thescientist13 commented 6 years ago

So my understanding from what i've heard in YouTube videos (find source) and from Twitter is that module bundling is still generally preferred (although maybe only at a certain tipping point?). Currently webpack is part of the technology stack for this reason.

It would be good to evaluate when a module bundler may or not be needed as a default and what the timeline may (or may not be!) to support something like this.

thescientist13 commented 6 years ago

https://twitter.com/justinfagnani/status/1015297852967301121

thescientist13 commented 6 years ago

what about rollup?

thescientist13 commented 5 years ago

Hmm, JSPM supporting import maps now? 🤔 https://twitter.com/jspm/status/1121101500892286982 https://github.com/WICG/import-maps/issues/60#issuecomment-487170513