mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-21 17:19:01 +01:00
Try moving keytar to externals
This attempts to fix an extension compile error introduced with 3d933fb742
The issue is that keytar loads a `.node` file, which webpack is not able to understand
This commit is contained in:
@@ -16,5 +16,8 @@ module.exports = withDefaults({
|
||||
},
|
||||
entry: {
|
||||
extension: './src/extension.ts',
|
||||
}
|
||||
},
|
||||
externals: {
|
||||
'keytar': 'commonjs keytar',
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user