Files
Atomicle/node_modules/jquery/dist/wrappers/jquery.bundler-require-wrapper.js

6 lines
189 B
JavaScript
Raw Normal View History

2026-04-05 20:15:13 +10:00
"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;