Files
PointsMall_Admin/babel.config.js

15 lines
195 B
JavaScript
Raw Normal View History

2024-01-11 09:33:24 +08:00
module.exports = {
presets: [
'@vue/app'
],
'plugins': [
[
'component',
{
'libraryName': 'umy-ui',
'styleLibraryName': 'theme-chalk'
}
]
]
}