BookingService/frontend/babel.config.js

14 lines
254 B
JavaScript

module.exports = {
presets: [
'@vue/app'
]
// ,
// plugins: [
// [ 'import', {
// 'libraryName': 'ant-design-vue',
// 'libraryDirectory': 'es',
// 'style': true // `style: true` 会加载 less 文件
// } ]
// ]
}