frp/web/frps/.babelrc

15 lines
260 B
Plaintext
Raw Normal View History

2017-03-27 02:15:31 +08:00
{
"presets": [
["es2015", { "modules": false }]
2018-05-16 02:51:02 +08:00
],
"plugins": [
[
"component",
{
"libraryName": "element-ui",
"styleLibraryName": "theme-chalk"
}
]
2017-03-27 02:15:31 +08:00
]
2018-05-16 02:51:02 +08:00
}