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 a58807a commit 806ba58Copy full SHA for 806ba58
scripts/build-shells.js
@@ -27,7 +27,7 @@ window['${libraryName}Deps'] = [
27
"${vendorPath}",
28
]
29
30
-window['${libraryName}Loader'] = () => {
+window['${libraryName}Loader'] = function() {
31
return ${fs.readFileSync(file).toString()}
32
}
33
`.trim();
0 commit comments