xshell 1.1.18 → 1.1.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/builder.js +2 -1
- package/package.json +1 -1
package/builder.js
CHANGED
|
@@ -388,7 +388,8 @@ export class Bundler {
|
|
|
388
388
|
// 打包 ali-oss 时可能的报错
|
|
389
389
|
(warning) => warning.message?.includes('the request of a dependency is an expression') &&
|
|
390
390
|
(warning.module?.context?.endsWith('any-promise') ||
|
|
391
|
-
warning.module?.context?.fp?.
|
|
391
|
+
warning.module?.context?.fp?.includes('/@sqltools/base-driver/') ||
|
|
392
|
+
warning.module?.context?.fp?.includes('/vscode-languageserver-types/'))
|
|
392
393
|
] : [],
|
|
393
394
|
],
|
|
394
395
|
performance: {
|