bill-fontend/babel.config.js
2023-11-16 17:11:49 +08:00

4 lines
60 B
JavaScript

module.exports = {
plugins: ['@vue/babel-plugin-jsx'],
};