浏览代码

Merge pull request #981 from mscolnick/patch-1

add sideEffects false for tree-shaking in webpack
Alexandru Dima 7 年之前
父节点
当前提交
5e178f81c8
共有 1 个文件被更改,包括 1 次插入0 次删除
  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",