yandere_fe/.babelrc

6 lines
144 B
Plaintext
Raw Permalink Normal View History

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