mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
Fix/controller ad (#7445)
Reapply my previous commit add kerberos to excludes in the webpack for the extension Fixes #7443 Verified on Windows and MacOS
This commit is contained in:
@@ -15,5 +15,6 @@ module.exports = withDefaults({
|
||||
extension: './src/extension.ts'
|
||||
},
|
||||
externals: {
|
||||
kerberos: "commonjs kerberos"
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user