Skip to content

Commit 6d40eb2

Browse files
committed
Fix standalone editor packaging task
1 parent 3885700 commit 6d40eb2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build/gulpfile.editor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ var editorEntryPoints = [
2121
{
2222
name: 'vs/editor/editor.main',
2323
include: [],
24-
exclude: [],
24+
exclude: [ 'vs/css', 'vs/nls' ],
2525
prepend: [ 'vs/css.js', 'vs/nls.js' ],
2626
},
2727
{

0 commit comments

Comments
 (0)