frp/web/frps/.babelrc

15 lines
260 B
Plaintext
Raw Normal View History

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