- Notifications
You must be signed in to change notification settings - Fork20.6k
Closed
Description
The fact that we startedexporting more than a single thing from jQuery - apart from the providing an ESM version of jQuery via thedefault
export we have$
&jQuery
named tokens pointing to the same thing -module
field inpackage.json
’sexports
makes Webpack treatrequire( "jquery" )
as a way to export the full module instead of just the jQuery object...
Originally posted by@mgol in#5414 (comment)