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 a5a169c commit 0218c9cCopy full SHA for 0218c9c
‎packages/integration/src/compile.ts‎
@@ -49,7 +49,15 @@ export interface CompileOptions {
49
cwd?: string;
50
esbuildOptions?: Pick<
51
EsbuildOptions,
52
- 'plugins' | 'external' | 'define' | 'loader' | 'tsconfig' | 'conditions' | 'logLevel' | 'logLimit' | 'logOverride'
+ | 'plugins'
53
+ | 'external'
54
+ | 'define'
55
+ | 'loader'
56
+ | 'tsconfig'
57
+ | 'conditions'
58
+ | 'logLevel'
59
+ | 'logLimit'
60
+ | 'logOverride'
61
>;
62
}
63
export async function compile({
0 commit comments