File: use-babel.patch

package info (click to toggle)
node-vue-template-compiler 2.4.2-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 5,080 kB
  • sloc: sh: 106; makefile: 6
file content (13 lines) | stat: -rw-r--r-- 419 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
skip rollup and use babel only as rollup is not packaged

--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
   "name": "vue",
   "version": "2.4.2",
   "description": "Reactive, component-oriented view layer for modern web interfaces.",
-  "main": "dist/vue.runtime.common.js",
+  "main": "lib/compiler/index.js",
   "module": "dist/vue.runtime.esm.js",
   "unpkg": "dist/vue.js",
   "typings": "types/index.d.ts",