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