the same scope. - Easy for an HTML file to have 100+ script tags loading as many files in it. - Manually handle dependencies by reordering the sequence of loading. - Every Script tag is a trip to the resource for that script file.
Ecosystem You can try it now in a Rails 4.2+ app by including the ‘webpacker’ gem in your gemfile, running bundle install and then the follow. “rake webpacker:install”