mirror of
https://github.com/microsoft/vscode.git
synced 2026-02-15 07:28:05 +00:00
@@ -77,7 +77,7 @@ const compileEditorESMTask = task.define('compile-editor-esm', () => {
|
||||
fileHeader: BUNDLED_FILE_HEADER,
|
||||
languages: [...i18n.defaultLanguages, ...i18n.extraLanguages],
|
||||
}))
|
||||
.pipe(filter(['**', '!**/inlineEntryPoint*', '!**/tsconfig.json', '!**/loader.js']))
|
||||
.pipe(filter(['**', '!**/inlineEntryPoint*', '!**/tsconfig.json']))
|
||||
.pipe(gulp.dest(out))
|
||||
);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user