1
1
mirror of https://github.com/rubjo/victor-mono.git synced 2024-09-11 06:25:41 +03:00
victor-mono/babel.config.js

15 lines
193 B
JavaScript
Raw Normal View History

2019-06-04 14:05:30 +03:00
module.exports = {
presets: [
'@vue/app'
],
plugins: [
[
'component',
{
libraryName: 'element-ui',
styleLibraryName: 'theme-chalk'
}
]
]
}