Skip to content

Commit 7face7e

Browse files
authored
Merge pull request #10 from elastic/add-versions-fetch
Add versions fetch
2 parents 515f4f2 + f6388b8 commit 7face7e

File tree

8 files changed

+513
-514
lines changed

8 files changed

+513
-514
lines changed

esbuild.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ const webOptions = {
4646
platform: 'browser',
4747
// Mark Node.js built-ins as external so they don't cause errors
4848
// In the web version, we'll need to handle these differently
49-
external: [...baseOptions.external, 'path', 'fs'],
49+
external: [...baseOptions.external, 'path', 'fs', 'https'],
5050
define: {
5151
'process.env.IS_WEB': 'true',
5252
},

0 commit comments

Comments
 (0)