mirror of
https://gitee.com/vuejs/vue.git
synced 2024-12-05 05:27:59 +08:00
14 lines
175 B
Plaintext
14 lines
175 B
Plaintext
{
|
|
"env": {
|
|
"development": {
|
|
"presets": ["es2015"]
|
|
},
|
|
"production": {
|
|
"presets": ["es2015-rollup-vue"]
|
|
}
|
|
},
|
|
"ignore": [
|
|
"dist/*.js"
|
|
]
|
|
}
|