Explorar el Código

add sideEffects false for tree-shaking in webpack

Myles Scolnick hace 7 años
padre
commit
04038d546a
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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",