Core: Fix the exports setup to make bundlers work with ESM & CommonJS
[jquery.git] / dist-module / jquery.node-module-wrapper.js
blobcafadcd1990b6435ab3119a219e150f8e3bb6561
1 // Node.js is able to import from a CommonJS module in an ESM one.
2 import jQuery from "../dist/jquery.js";
4 export { jQuery, jQuery as $ };
5 export default jQuery;