Skip to content
This repository was archived by the owner on Oct 9, 2020. It is now read-only.

Commit 96258c5

Browse files
committed
still include useDefault
1 parent 75d8a6d commit 96258c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

json.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ define({
1818
}
1919
var validIdentifiers = namedExports.filter(isValidIdentifier);
2020

21-
var output = [];
21+
var output = ['exp' + 'ort var __useDefault = true;\n'];
2222

2323
validIdentifiers.forEach(function (exportName) {
2424
output.push('exp' + 'ort var ' + exportName + ' = ' + JSON.stringify(json[exportName]) + ';\n');

0 commit comments

Comments
 (0)