Core: Fix the exports setup to make bundlers work with ESM & CommonJS
[jquery.git] / dist / jquery.bundler-require-wrapper.js
blobe6ac3aff31fb0f2157473a2f0025d2b8305595fc
1 "use strict";
3 // Bundlers are able to synchronously require an ESM module from a CommonJS one.
4 const { jQuery } = require( "../dist-module/jquery.module.js" );
5 module.exports = jQuery;