Skip to content

Commit e157c74

Browse files
committed
Remove existing ESBuild plugins
1 parent 2cd62f3 commit e157c74

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/bundle/tsup.config.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ const commonConfig = applyConfig(config => ({
4343
SPEECH_CONDUCT_OCSP_CHECK: '',
4444
SPEECH_OCSP_CACHE_ROOT: ''
4545
},
46-
esbuildPlugins: [...config.esbuildPlugins, resolveCognitiveServicesToES2015],
46+
// Intentionally overriding existing esbuild plugins.
47+
esbuildPlugins: [resolveCognitiveServicesToES2015],
4748
noExternal: [
4849
...(config.noExternal ?? []),
4950
'@babel/runtime',

0 commit comments

Comments
 (0)