mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 15:05:39 +01:00
add sideEffects false for tree-shaking in webpack
This commit is contained in:
parent
14f6229243
commit
04038d546a
1 changed files with 1 additions and 0 deletions
|
|
@ -5,6 +5,7 @@
|
|||
"description": "A browser based code editor",
|
||||
"author": "Microsoft Corporation",
|
||||
"license": "MIT",
|
||||
"sideEffects": false,
|
||||
"scripts": {
|
||||
"simpleserver": "gulp simpleserver",
|
||||
"release": "gulp release",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue