Browse Source

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

zhangdaiscott 5 years ago
parent
commit
28e9a0ddfb
1 changed files with 2 additions and 1 deletions
  1. 2 1
      ant-design-vue-jeecg/babel.config.js

+ 2 - 1
ant-design-vue-jeecg/babel.config.js

@@ -1,5 +1,6 @@
 module.exports = {
   presets: [
-    '@vue/app'
+    ['@vue/app',
+      { useBuiltIns: 'entry' }]
   ]
 }