Skip to content

Commit 1101eb8

Browse files
committed
Fix monaco editor build npe.
1 parent a188b90 commit 1101eb8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

build/gulpfile.editor.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,8 @@ const extractEditorSrcTask = task.define('extract-editor-src', () => {
8686
],
8787
shakeLevel: 2, // 0-Files, 1-InnerFile, 2-ClassMembers
8888
importIgnorePattern: /(^vs\/css!)|(promise-polyfill\/polyfill)/,
89-
destRoot: path.join(root, 'out-editor-src')
89+
destRoot: path.join(root, 'out-editor-src'),
90+
redirects: []
9091
});
9192
});
9293

0 commit comments

Comments
 (0)