yandere_fe/.babelrc

6 lines
141 B
Plaintext
Raw Normal View History

2016-10-26 07:46:32 -07:00
{
2019-12-11 00:56:53 -08:00
"presets": ["@babel/preset-env"],
2019-12-11 01:21:06 -08:00
"plugins": ["@babel/plugin-transform-runtime", "lodash", "transform-vue-jsx"],
2016-10-26 07:46:32 -07:00
"comments": false
}