VIST-UI / frontend /babel.config.js
Blane187's picture
Upload folder using huggingface_hub
2b7fd6e verified
raw
history blame
258 Bytes
module.exports = {
presets: [
'@vue/cli-plugin-babel/preset'
],
plugins: [
[
'component', {
'libraryName': 'element-ui',
'styleLibraryName': 'theme-chalk'
}
]
]
}