mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 02:58:56 +01:00
Make git-base a web extension
This commit is contained in:
@@ -13,5 +13,8 @@ module.exports = withDefaults({
|
||||
context: __dirname,
|
||||
entry: {
|
||||
extension: './src/extension.ts'
|
||||
},
|
||||
output: {
|
||||
filename: 'extension.js'
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user