updating data client protocol in import extension (#21391)

This commit is contained in:
Aasim Khan
2022-12-09 16:10:29 -08:00
committed by GitHub
parent abc98224fa
commit 7bc8aa8d1f
6 changed files with 57 additions and 40 deletions

View File

@@ -0,0 +1,17 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA. 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'
}
});