mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
exclude kerberos from webpack (#6790)
This commit is contained in:
@@ -13,5 +13,8 @@ module.exports = withDefaults({
|
||||
context: __dirname,
|
||||
entry: {
|
||||
main: './src/main.ts'
|
||||
},
|
||||
externals: {
|
||||
kerberos: "commonjs kerberos"
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user