1
0
Fork 0
mirror of https://git.youjo.love/youjo/youjo-fe.git synced 2025-03-02 08:43:01 +01:00
youjo-fe/.babelrc

6 lines
170 B
Text
Raw Normal View History

2016-10-26 16:46:32 +02:00
{
"presets": ["@babel/preset-env", "@vue/babel-preset-jsx"],
"plugins": ["@babel/plugin-transform-runtime", "lodash", "@vue/babel-plugin-jsx"],
2016-10-26 16:46:32 +02:00
"comments": false
}