bundle node_modules and (shallow) exclude them from the extension #56081

This commit is contained in:
Johannes Rieken
2018-08-22 11:35:27 +02:00
parent 34f629f7d9
commit ffe5da332d
5 changed files with 13 additions and 14 deletions

View File

@@ -25,14 +25,5 @@ module.exports = withDefaults({
{ from: './out/*.sh', to: '[name].sh' },
{ from: './out/nls.*.json', to: '[name].json' }
])
],
externals: {
"byline": 'commonjs byline',
"file-type": 'commonjs file-type',
"iconv-lite": 'commonjs iconv-lite',
"jschardet": 'commonjs jschardet',
"vscode-extension-telemetry": 'commonjs vscode-extension-telemetry',
"vscode-nls": 'commonjs vscode-nls',
"which": 'commonjs which',
},
]
});