Commit 9870081786da21a9b2b2c762d3115ad8df6ce213

Authored by zhangdaiscott
1 parent 31836091

Jeecg-Boot 2.2.0 版本发布 | 重磅升级

ant-design-vue-jeecg/babel.config.js
1 1 module.exports = {
2 2 presets: [
3   - '@vue/app'
  3 + ['@vue/app',
  4 + { useBuiltIns: 'entry' }]
4 5 ]
5 6 }
... ...