admin-fe/.babelrc

11 lines
139 B
Plaintext
Raw Normal View History

2017-04-18 07:09:13 +00:00
{
2017-06-19 09:59:56 +00:00
"presets": [
2017-10-31 07:55:59 +00:00
["env", {
2017-11-09 10:17:08 +00:00
"modules": false
2017-10-31 07:55:59 +00:00
}],
2017-06-19 09:59:56 +00:00
"stage-2"
],
2017-04-18 07:09:13 +00:00
"plugins": ["transform-runtime"],
"comments": false
}