vue_qsw_fk_web/.babelrc

7 lines
99 B
Plaintext
Raw Normal View History

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