Initial Commit
This commit is contained in:
5
node_modules/jquery/dist/wrappers/jquery.bundler-require-wrapper.js
generated
vendored
Normal file
5
node_modules/jquery/dist/wrappers/jquery.bundler-require-wrapper.js
generated
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
"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;
|
||||
Reference in New Issue
Block a user