We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c505e9d commit 4ba264eCopy full SHA for 4ba264e
returnExports.js
@@ -41,7 +41,7 @@
41
(function (root, factory) {
42
if (typeof define === 'function' && define.amd) {
43
// AMD. Register as an anonymous module.
44
- define(factory);
+ define([], factory);
45
} else if (typeof exports === 'object') {
46
// Node. Does not work with strict CommonJS, but
47
// only CommonJS-like enviroments that support module.exports,
0 commit comments