mirror of
https://github.com/cuiocean/ZY-Player.git
synced 2026-02-07 04:33:29 +08:00
15 lines
221 B
JavaScript
15 lines
221 B
JavaScript
module.exports = {
|
|
'presets': [
|
|
'@vue/cli-plugin-babel/preset'
|
|
],
|
|
'plugins': [
|
|
[
|
|
'component',
|
|
{
|
|
'libraryName': 'element-ui',
|
|
'styleLibraryName': 'theme-chalk'
|
|
}
|
|
]
|
|
]
|
|
}
|