Skip to content

Commit

Permalink
disable tree-shaking and update monaco package.json
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Arad <dan.arad@sap.com>
  • Loading branch information
danarad05 committed Feb 15, 2021
1 parent 479b2f8 commit 863cb53
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/gulpfile.editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ const extractEditorSrcTask = task.define('extract-editor-src', () => {
apiusages,
extrausages
],
shakeLevel: 2, // 0-Files, 1-InnerFile, 2-ClassMembers
shakeLevel: 0, // 0-Files, 1-InnerFile, 2-ClassMembers
importIgnorePattern: /(^vs\/css!)/,
destRoot: path.join(root, 'out-editor-src'),
redirects: []
Expand Down
5 changes: 4 additions & 1 deletion build/monaco/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "monaco-editor-core",
"name": "@theia/monaco-editor-core",
"private": true,
"version": "0.22.3",
"description": "A browser based code editor",
Expand All @@ -13,5 +13,8 @@
},
"bugs": {
"url": "https://github.com/microsoft/vscode/issues"
},
"publishConfig": {
"access": "public"
}
}

0 comments on commit 863cb53

Please sign in to comment.