提交 758f2495 编写于 作者: J Johannes Rieken

webpack for search-rg, #57680

上级 3053689b
......@@ -2,4 +2,5 @@ build/**
src/**
test/**
tsconfig.json
out/test/**
\ No newline at end of file
out/**
extension.webpack.config.js
/*---------------------------------------------------------------------------------------------
* 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/extension.ts'
}
});
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册