Explorar el Código

revert npm main field (fix SSR externalization)

Evan You hace 9 años
padre
commit
1c79c56a3e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      package.json

+ 1 - 1
package.json

@@ -2,7 +2,7 @@
   "name": "vue",
   "version": "2.0.0",
   "description": "Reactive, component-oriented view layer for modern web interfaces.",
-  "main": "dist/vue.js",
+  "main": "dist/vue.common.js",
   "typings": "types/index.d.ts",
   "files": [
     "dist/vue.common.js",