aboutsummaryrefslogtreecommitdiffstats
path: root/dist/wrappers/jquery.bundler-require-wrapper.slim.js
blob: 82da4dd0028451393660c50d783463423de71a58 (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.slim.module.js" );
module.exports = jQuery;