Use custom kerberos to reduce size (#9910)

* add custom kerberos

* fix kerberos and consolidate ignores
This commit is contained in:
Anthony Dresser
2020-04-17 15:15:06 -07:00
committed by GitHub
parent 0735f82548
commit 08bb6414b1
10 changed files with 49 additions and 721 deletions

View File

@@ -15,6 +15,6 @@ module.exports = withDefaults({
main: './src/main.ts'
},
externals: {
kerberos: "commonjs kerberos"
'ads-kerberos': 'commonjs ads-kerberos'
}
});