We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 683222a commit 160b9a0Copy full SHA for 160b9a0
stackframe.js
@@ -6,7 +6,7 @@
6
if (typeof define === 'function' && define.amd) {
7
define('stackframe', [], factory);
8
} else if (typeof exports === 'object') {
9
- module.exports = factory();
+ module.exports.default = factory();
10
} else {
11
root.StackFrame = factory();
12
}
0 commit comments