jquery/build
Michał Gołębiowski-Owczarek fbc44f52fe
Core: Exclude callbacks & deferred modules in the slim build as well
So far, the slim build only excluded ajax & effects modules. As many web apps
right now rely on native Promises, often with a polyfill for legacy browsers,
deferred & callbacks modules are not that useful for sites that already exclude
ajax & effects modules.

This decreases the gzipped minified size of the slim module by 1760 bytes,
to 19706 bytes (below 20k!).

Closes gh-4553
2020-01-20 18:58:23 +01:00
..
release Build: Auto-convert sources to AMD 2019-12-09 20:00:44 +01:00
tasks Core: Exclude callbacks & deferred modules in the slim build as well 2020-01-20 18:58:23 +01:00
release.js Build: Create a grunt custom:slim alias for the Slim build (#4578) 2020-01-07 16:42:49 +01:00