blob: c34b6d06c9f811613642116ea62d333624ae6314 (
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;
|