add sideEffects false for tree-shaking in webpack

pull/981/head
Myles Scolnick 2018-07-27 14:55:18 -04:00 committed by GitHub
parent 14f6229243
commit 04038d546a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

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",