mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 09:08:48 +01:00
mark package.json as external module
This commit is contained in:
@@ -119,7 +119,8 @@ const optimizeVSCodeTask = task.define('optimize-vscode', task.series(
|
||||
// TODO: we cannot inline `product.json` because
|
||||
// it is being changed during build time at a later
|
||||
// point in time (such as `checksums`)
|
||||
'../product.json'
|
||||
'../product.json',
|
||||
'../package.json',
|
||||
]
|
||||
},
|
||||
manual: [
|
||||
|
||||
Reference in New Issue
Block a user