add sideEffects false for tree-shaking in webpack

pull/981/head
Myles Scolnick 7 years ago committed by GitHub
parent 14f6229243
commit 04038d546a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save