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