Skip to content

Commit

Permalink
Merge pull request #981 from mscolnick/patch-1
Browse files Browse the repository at this point in the history
add sideEffects false for tree-shaking in webpack
  • Loading branch information
alexdima authored Aug 10, 2018
2 parents 1fcd19b + 04038d5 commit 5e178f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"description": "A browser based code editor",
"author": "Microsoft Corporation",
"license": "MIT",
"sideEffects": false,
"scripts": {
"simpleserver": "gulp simpleserver",
"release": "gulp release",
Expand Down

0 comments on commit 5e178f8

Please sign in to comment.