frp/web/babel.config.js

21 lines
281 B
JavaScript
Raw Normal View History

2020-11-23 15:26:56 +08:00
module.exports = {
2021-01-25 19:11:46 +08:00
presets: [
[
'@vue/cli-plugin-babel/preset',
{
modules: false
}
]
],
plugins: [
[
'component',
{
libraryName: 'element-ui',
styleLibraryName: 'theme-chalk'
}
],
'equire'
]
2020-11-23 15:26:56 +08:00
}