Merge pull request #981 from mscolnick/patch-1

add sideEffects false for tree-shaking in webpack
This commit is contained in:
Alexandru Dima 2018-08-10 13:23:48 +02:00 committed by GitHub
commit 5e178f81c8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,6 +5,7 @@
"description": "A browser based code editor",
"author": "Microsoft Corporation",
"license": "MIT",
"sideEffects": false,
"scripts": {
"simpleserver": "gulp simpleserver",
"release": "gulp release",