feat(compiler): basic codegen with source map support
This commit is contained in:
@@ -9,7 +9,9 @@
|
||||
"dist"
|
||||
],
|
||||
"types": "dist/compiler-core.d.ts",
|
||||
"sideEffects": false,
|
||||
"buildOptions": {
|
||||
"formats": ["cjs"]
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/vuejs/vue.git"
|
||||
@@ -22,5 +24,8 @@
|
||||
"bugs": {
|
||||
"url": "https://github.com/vuejs/vue/issues"
|
||||
},
|
||||
"homepage": "https://github.com/vuejs/vue/tree/dev/packages/compiler-core#readme"
|
||||
"homepage": "https://github.com/vuejs/vue/tree/dev/packages/compiler-core#readme",
|
||||
"dependencies": {
|
||||
"source-map": "^0.7.3"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user