Files
aresv2/public/assets/jquery/dist/wrappers/jquery.bundler-require-wrapper.js
Beyhan Oğur 4362c3b83f first commit
2026-04-26 21:33:39 +03: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;