Sfoglia il codice sorgente

Merge pull request #981 from mscolnick/patch-1

add sideEffects false for tree-shaking in webpack
Alexandru Dima 7 anni fa
parent
commit
5e178f81c8
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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",