1
1
mirror of https://github.com/rubjo/victor-mono.git synced 2024-07-07 02:46:22 +03:00
victor-mono/babel.config.js
Rune Bjørnerås 449f8ce118 Initial
2019-06-04 13:05:30 +02:00

15 lines
193 B
JavaScript

module.exports = {
presets: [
'@vue/app'
],
plugins: [
[
'component',
{
libraryName: 'element-ui',
styleLibraryName: 'theme-chalk'
}
]
]
}