akkoma-fe/.babelrc

6 lines
127 B
Plaintext
Raw Normal View History

2016-10-26 14:46:32 +00:00
{
2019-12-11 08:56:53 +00:00
"presets": ["@babel/preset-env"],
2018-08-27 18:25:00 +00:00
"plugins": ["transform-runtime", "lodash", "transform-vue-jsx"],
2016-10-26 14:46:32 +00:00
"comments": false
}