forked from AkkomaGang/akkoma-fe
9 lines
161 B
Text
9 lines
161 B
Text
{
|
|
"presets": ["@babel/preset-env"],
|
|
"plugins": [
|
|
"@babel/plugin-transform-runtime",
|
|
"lodash",
|
|
"@vue/babel-plugin-jsx"
|
|
],
|
|
"comments": false
|
|
}
|