소스 검색

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