2019-02-26 01:17:52 +01:00
|
|
|
module.exports = {
|
|
|
|
|
presets: [
|
2019-03-07 22:39:12 +01:00
|
|
|
'@vue/app' //, 'es2015', { 'modules': false }
|
|
|
|
|
],
|
|
|
|
|
plugins: [
|
|
|
|
|
[
|
|
|
|
|
'component',
|
|
|
|
|
{
|
|
|
|
|
'libraryName': 'element-ui',
|
|
|
|
|
'styleLibraryName': 'theme-chalk'
|
|
|
|
|
}
|
|
|
|
|
]
|
2019-02-26 01:17:52 +01:00
|
|
|
]
|
|
|
|
|
}
|