1
0
mirror of https://github.com/fatedier/frp.git synced 2025-03-10 22:00:09 +00:00
frp/web/frpc/.babelrc

15 lines
260 B
Plaintext
Raw Normal View History

2019-02-01 11:26:10 +00:00
{
"presets": [
["es2015", { "modules": false }]
],
"plugins": [
[
"component",
{
"libraryName": "element-ui",
"styleLibraryName": "theme-chalk"
}
]
]
}