mirror of
https://framagit.org/les/gancio.git
synced 2025-01-31 16:42:22 +01:00
5f55d487db
fix #11
14 lines
232 B
JavaScript
14 lines
232 B
JavaScript
module.exports = {
|
|
presets: [
|
|
'@vue/app' //, 'es2015', { 'modules': false }
|
|
],
|
|
plugins: [
|
|
[
|
|
'component',
|
|
{
|
|
'libraryName': 'element-ui',
|
|
'styleLibraryName': 'theme-chalk'
|
|
}
|
|
]
|
|
]
|
|
}
|