mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 12:19:20 +00:00
break loader plugins into build and runtime version to keep the size low
This commit is contained in:
@@ -41,7 +41,6 @@ function createCompile(build, emitError) {
|
||||
.pipe(tsFilter)
|
||||
.pipe(util.loadSourcemaps())
|
||||
.pipe(ts(token))
|
||||
.pipe(build ? reloadTypeScriptNodeModule() : es.through())
|
||||
.pipe(noDeclarationsFilter)
|
||||
.pipe(build ? nls() : es.through())
|
||||
.pipe(noDeclarationsFilter.restore)
|
||||
|
||||
Reference in New Issue
Block a user