fn_b/node_modules/jquery/dist/wrappers/jquery.bundler-require-wrapper.js
2026-02-12 13:55:43 +08:00

6 lines
189 B
JavaScript
Executable File

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