- Notifications
You must be signed in to change notification settings - Fork20.6k
Commitfbc44f5
authored
Core: Exclude callbacks & deferred modules in the slim build as well
So far, the slim build only excluded ajax & effects modules. As many web appsright now rely on native Promises, often with a polyfill for legacy browsers,deferred & callbacks modules are not that useful for sites that already excludeajax & effects modules.This decreases the gzipped minified size of the slim module by 1760 bytes,to 19706 bytes (below 20k!).Closesgh-45531 parentff28199 commitfbc44f5
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
306 | 306 |
| |
307 | 307 |
| |
308 | 308 |
| |
309 |
| - | |
| 309 | + | |
310 | 310 |
| |
311 | 311 |
| |
312 | 312 |
| |
|
0 commit comments
Comments
(0)