akkoma-fe/.babelrc

10 lines
161 B
Plaintext
Raw Normal View History

2016-10-26 14:46:32 +00:00
{
2022-03-23 13:44:37 +00:00
"presets": ["@babel/preset-env"],
"plugins": [
"@babel/plugin-transform-runtime",
"lodash",
"@vue/babel-plugin-jsx"
],
2016-10-26 14:46:32 +00:00
"comments": false
}