Remove unused packages from MSSQL (#21871)

This commit is contained in:
Charles Gagnon
2023-02-07 19:22:44 -08:00
committed by GitHub
parent dfe84da196
commit 99a924dbcd
6 changed files with 8 additions and 561 deletions

View File

@@ -13,8 +13,5 @@ module.exports = withDefaults({
context: __dirname,
entry: {
main: './src/main.ts'
},
externals: {
'@microsoft/ads-kerberos': 'commonjs @microsoft/ads-kerberos'
}
});