We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1033c79 commit 074a8beCopy full SHA for 074a8be
packages/insomnia/vite.config.ts
@@ -8,7 +8,7 @@ import { defineConfig } from 'vite';
8
import pkg from './package.json';
9
import { electronNodeRequire } from './vite-plugin-electron-node-require';
10
//These will be excluded from the bundle and remain as runtime dependencies
11
-export const externalDependencies = ['@apidevtools/swagger-parser', 'mocha', 'tough-cookie'];
+export const externalDependencies = ['@apidevtools/swagger-parser', 'mocha', 'tough-cookie', 'curlconverter'];
12
export default defineConfig(({ mode }) => {
13
const __DEV__ = mode !== 'production';
14
0 commit comments