We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 400002d commit 1033c79Copy full SHA for 1033c79
packages/insomnia-inso/esbuild.ts
@@ -41,7 +41,7 @@ const config: BuildOptions = {
41
'__DEV__': JSON.stringify(!isProd),
42
},
43
// node-llama-cpp is not included here because inso does not need it
44
- external: ['@getinsomnia/node-libcurl', 'fsevents', 'mocha'],
+ external: ['@getinsomnia/node-libcurl', 'fsevents', 'mocha', 'curlconverter'],
45
entryPoints: ['./src/index.ts'],
46
};
47
0 commit comments