MeterSphere/frontend/babel.config.js

4 lines
60 B
JavaScript
Raw Normal View History

2023-05-24 11:08:08 +08:00
module.exports = {
plugins: ['@vue/babel-plugin-jsx'],
};