blivechat/frontend/babel.config.js

14 lines
191 B
JavaScript
Raw Normal View History

2019-05-21 19:15:12 +08:00
module.exports = {
presets: [
'@vue/app'
2020-02-22 17:21:47 +08:00
],
plugins: [
[
'component', {
'libraryName': 'element-ui',
'styleLibraryName': 'theme-chalk'
}
]
2019-05-21 19:15:12 +08:00
]
}