mirror of
https://github.com/vuejs/vue.git
synced 2024-11-22 04:39:46 +00:00
9 lines
135 B
Plaintext
9 lines
135 B
Plaintext
{
|
|
"presets": ["es2015", "flow-vue"],
|
|
"plugins": ["transform-vue-jsx"],
|
|
"ignore": [
|
|
"dist/*.js",
|
|
"packages/**/*.js"
|
|
]
|
|
}
|