1
0
mirror of https://git.unlock-music.dev/um/web.git synced 2025-03-04 01:54:13 +08:00
2020-02-07 14:41:21 +08:00

12 lines
226 B
JavaScript

module.exports = {
presets: [
'@vue/cli-plugin-babel/preset'
],
plugins: [
["component", {
"libraryName": "element-ui",
"styleLibraryName": "theme-chalk"
}]
]
};