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 4c451f4 commit dc55c98Copy full SHA for dc55c98
gen/browser.ts
@@ -10,7 +10,6 @@ export async function createBrowserSDK(config: Config): Promise<void> {
10
// remove imports at beginning of file and export default at end of file
11
const browserJs = mainJs.replace(/^import.*$/gm, "").replace(/^export default \w+;$/gm, "");
12
// evaluate the code to verify it works
13
- const fetch = () => {};
14
eval(browserJs);
15
// create folder `/browser` if it doesn't exist
16
try {
0 commit comments