mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
6 lines
186 B
JavaScript
6 lines
186 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;
|