Git-UI extension for Git credentials (#74461)

This commit is contained in:
Christof Marti
2019-06-04 16:14:34 +02:00
committed by GitHub
parent f2d54affc1
commit 21aa8afdd0
11 changed files with 154 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
//@ts-check
'use strict';
const withDefaults = require('../shared.webpack.config');
module.exports = withDefaults({
context: __dirname,
entry: {
main: './src/main.ts'
}
});