mirror of
https://gitee.com/vuejs/vue.git
synced 2024-12-02 20:17:52 +08:00
15 lines
223 B
Plaintext
15 lines
223 B
Plaintext
{
|
|
"env": {
|
|
"development": {
|
|
"presets": ["es2015", "flow-vue"]
|
|
},
|
|
"production": {
|
|
"presets": ["es2015-rollup-vue", "flow-vue"]
|
|
}
|
|
},
|
|
"ignore": [
|
|
"dist/*.js",
|
|
"packages/**/*.js"
|
|
]
|
|
}
|