build: add browser builds for @vue/compiler-sfc

This commit is contained in:
Evan You
2020-04-26 01:24:25 -04:00
parent 0bb1f67d12
commit bd0f7da2c6
13 changed files with 746 additions and 87 deletions

View File

@@ -8,10 +8,14 @@
"dist"
],
"buildOptions": {
"prod": false,
"name": "VueCompilerSFC",
"formats": [
"cjs"
]
"cjs",
"global",
"esm-browser"
],
"prod": false,
"enableNonBrowserBranches": true
},
"repository": {
"type": "git",