Skip to content

Commit 074a8be

Browse files
committed
externalise curlconverter
1 parent 1033c79 commit 074a8be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/insomnia/vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { defineConfig } from 'vite';
88
import pkg from './package.json';
99
import { electronNodeRequire } from './vite-plugin-electron-node-require';
1010
//These will be excluded from the bundle and remain as runtime dependencies
11-
export const externalDependencies = ['@apidevtools/swagger-parser', 'mocha', 'tough-cookie'];
11+
export const externalDependencies = ['@apidevtools/swagger-parser', 'mocha', 'tough-cookie', 'curlconverter'];
1212
export default defineConfig(({ mode }) => {
1313
const __DEV__ = mode !== 'production';
1414

0 commit comments

Comments
 (0)