mirror of
https://github.com/vuejs/vue.git
synced 2024-11-22 04:39:46 +00:00
11 lines
140 B
Plaintext
11 lines
140 B
Plaintext
{
|
|
"env": {
|
|
"development": {
|
|
"presets": ["es2015"]
|
|
},
|
|
"production": {
|
|
"presets": ["es2015-rollup-vue"]
|
|
}
|
|
}
|
|
}
|