Open stefanpenner opened 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.
@cibernox that's not a bad idea. But I would love to ensure it is possible to configure via addon as well.