- **exports/global**: Exclude the attachment of global jQuery variables ($ and jQuery) to the window.
- **exports/amd**: Exclude the AMD definition.
-Removing sizzle is not supported on the 1.x branch.
+Removing Sizzle is not supported on the `compat` branch.
The build process shows a message for each dependent module it excludes or includes.
if ( exclude ) {
// Can't exclude sizzle on this branch
if ( module === "sizzle" ) {
- grunt.log.error( "Sizzle cannot be excluded on the 1.x branch." );
+ grunt.log.error( "Sizzle cannot be excluded on the compat branch." );
// Can't exclude certain modules
} else if ( minimum.indexOf( module ) === -1 ) {