Selaa lähdekoodia

Merge pull request #981 from mscolnick/patch-1

add sideEffects false for tree-shaking in webpack
Alexandru Dima 7 vuotta sitten
vanhempi
commit
5e178f81c8
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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",