frp/web/frps/.babelrc

15 lines
260 B
Plaintext
Raw Normal View History

2021-01-25 16:04:33 +08:00
{
"presets": [
["es2015", { "modules": false }]
],
"plugins": [
[
"component",
{
"libraryName": "element-ui",
"styleLibraryName": "theme-chalk"
}
]
]
}