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