- Notifications
You must be signed in to change notification settings - Fork20.6k
Commita503c69
authored
Build: Explicitly exclude the queue module from the slim build
The queue module is not present in the slim build as it depends on deferredand our Gruntfile specifies excluding deferred should also exclude queue:https://github.com/jquery/jquery/blob/3.5.1/Gruntfile.js#L66This commit makes this exclusion explicit so that the queue module neveraccidentally gets re-included in the slim build if it stopped importing fromthe deferred module directly.Closesgh-47931 parente35fb62 commita503c69
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
60 | 60 |
| |
61 | 61 |
| |
62 | 62 |
| |
63 |
| - | |
| 63 | + | |
64 | 64 |
| |
65 | 65 |
| |
66 | 66 |
| |
|
0 commit comments
Comments
(0)