Skip to content

Commit 806ba58

Browse files
authored
Use plain function (#34)
1 parent a58807a commit 806ba58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build-shells.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ window['${libraryName}Deps'] = [
2727
"${vendorPath}",
2828
]
2929
30-
window['${libraryName}Loader'] = () => {
30+
window['${libraryName}Loader'] = function() {
3131
return ${fs.readFileSync(file).toString()}
3232
}
3333
`.trim();

0 commit comments

Comments
 (0)