dd/node_modules/jquery/dist/wrappers/jquery.bundler-require-wrapper.js
2026-06-14 15:46:45 +08:00

6 lines
189 B
JavaScript

"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;