mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 02:58:56 +01:00
typescript-vscode-sh-plugin is not bundled
This commit is contained in:
@@ -14,6 +14,9 @@ module.exports = withDefaults({
|
||||
resolve: {
|
||||
mainFields: ['module', 'main']
|
||||
},
|
||||
externals: {
|
||||
'typescript-vscode-sh-plugin': 'commonjs vscode' // used by build/lib/extensions to know what node_modules to bundle
|
||||
},
|
||||
entry: {
|
||||
extension: './src/extension.ts',
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user