mirror of
https://github.com/bolucat/Archive.git
synced 2025-09-26 20:21:35 +08:00
13 lines
242 B
JavaScript
13 lines
242 B
JavaScript
module.exports = {
|
|
presets: [
|
|
'@vue/app',
|
|
'@babel/preset-typescript'
|
|
],
|
|
plugins: [
|
|
["component", {
|
|
"libraryName": "element-ui",
|
|
"styleLibraryName": "theme-chalk"
|
|
}]
|
|
]
|
|
};
|