Browse Source

add sideEffects false for tree-shaking in webpack

Myles Scolnick 7 năm trước cách đây
mục cha
commit
04038d546a
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      package.json

+ 1 - 0
package.json

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