aboutsummaryrefslogtreecommitdiffstats
path: root/dist/jquery.bundler-require-wrapper.js
blob: e6ac3aff31fb0f2157473a2f0025d2b8305595fc (plain)
1
2
3
4
5
"use strict";

// Bundlers are able to synchronously require an ESM module from a CommonJS one.
const { jQuery } = require( "../dist-module/jquery.module.js" );
module.exports = jQuery;