ember-cli / ember-next

A home for experiments that aim to become the defaults when running ember-new.
9 stars 1 forks source link

no-jquery #2

Open stefanpenner opened 7 years ago

stefanpenner commented 7 years ago
cibernox commented 7 years ago

I wonder if with jQuery the opposite approach would make sense: Extract jQuery to an addon that all apps will get by default. I mention it because right now the way to remove jQuery is by doing vendorFiles: { 'jquery.js': null } in the ember-cli-build. That's not easy to patch programately.

stefanpenner commented 7 years ago

@cibernox that's not a bad idea. But I would love to ensure it is possible to configure via addon as well.