mirror of
https://gitee.com/vuejs/vue.git
synced 2024-11-30 11:07:51 +08:00
11 lines
140 B
Plaintext
11 lines
140 B
Plaintext
{
|
|
"env": {
|
|
"development": {
|
|
"presets": ["es2015"]
|
|
},
|
|
"production": {
|
|
"presets": ["es2015-rollup-vue"]
|
|
}
|
|
}
|
|
}
|