提交 b0787a2b 编写于 作者: J Johannes Rieken

fix webpack entries for merge-conflict and search-rg

上级 667451bc
......@@ -12,6 +12,6 @@ const withDefaults = require('../shared.webpack.config');
module.exports = withDefaults({
context: __dirname,
entry: {
main: './src/extension.ts'
extension: './src/extension.ts'
}
});
......@@ -12,6 +12,6 @@ const withDefaults = require('../shared.webpack.config');
module.exports = withDefaults({
context: __dirname,
entry: {
main: './src/extension.ts'
extension: './src/extension.ts'
}
});
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册