vue_daye_shenpi_web/.babelrc

6 lines
96 B
Plaintext
Raw Normal View History

2018-04-12 14:49:30 +08:00
{
"presets": ["es2015", "stage-2"],
"plugins": ["transform-runtime"],
"comments": false
}