简体   繁体   中英

Why does the ember.js starter kit include jQuery 1 and the NuGet package requires v2?

I would like to use the Ember.js NuGet package but I need to support IE 8 which means I will need to use jQuery v1. That's also what's in the starter kit. Is the NuGet package really dependent on jQuery 2? Is there any way to configure my app to use NuGet for jQuery 1 and Ember?

No, they just chose a version of jquery. You can just add 1.10 or whatever is the latest and reference that instead of 2.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM