mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 20:26:08 +00:00
fix github extension bundling (#247314)
This commit is contained in:
@@ -18,6 +18,9 @@ module.exports = withDefaults({
|
||||
libraryTarget: 'module',
|
||||
chunkFormat: 'module',
|
||||
},
|
||||
externals: {
|
||||
'vscode': 'module vscode',
|
||||
},
|
||||
experiments: {
|
||||
outputModule: true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user