mirror of
https://gitee.com/vuejs/vue.git
synced 2024-12-03 20:47:36 +08:00
14 lines
199 B
Plaintext
14 lines
199 B
Plaintext
{
|
|
"env": {
|
|
"development": {
|
|
"presets": ["es2015", "flow-vue"]
|
|
},
|
|
"production": {
|
|
"presets": ["es2015-rollup-vue", "flow-vue"]
|
|
}
|
|
},
|
|
"ignore": [
|
|
"dist/*.js"
|
|
]
|
|
}
|