We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cd62f3 commit e157c74Copy full SHA for e157c74
packages/bundle/tsup.config.ts
@@ -43,7 +43,8 @@ const commonConfig = applyConfig(config => ({
43
SPEECH_CONDUCT_OCSP_CHECK: '',
44
SPEECH_OCSP_CACHE_ROOT: ''
45
},
46
- esbuildPlugins: [...config.esbuildPlugins, resolveCognitiveServicesToES2015],
+ // Intentionally overriding existing esbuild plugins.
47
+ esbuildPlugins: [resolveCognitiveServicesToES2015],
48
noExternal: [
49
...(config.noExternal ?? []),
50
'@babel/runtime',
0 commit comments