build: add browser builds for @vue/compiler-sfc
This commit is contained in:
@@ -8,10 +8,14 @@
|
||||
"dist"
|
||||
],
|
||||
"buildOptions": {
|
||||
"prod": false,
|
||||
"name": "VueCompilerSFC",
|
||||
"formats": [
|
||||
"cjs"
|
||||
]
|
||||
"cjs",
|
||||
"global",
|
||||
"esm-browser"
|
||||
],
|
||||
"prod": false,
|
||||
"enableNonBrowserBranches": true
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
Reference in New Issue
Block a user