Make git-base a web extension

This commit is contained in:
Ladislau Szomoru
2022-04-25 21:03:29 +02:00
parent 33789227e0
commit 8b7e381d8c
5 changed files with 30 additions and 5 deletions

View File

@@ -13,5 +13,8 @@ module.exports = withDefaults({
context: __dirname,
entry: {
extension: './src/extension.ts'
},
output: {
filename: 'extension.js'
}
});