babel

  • v7.16.7
  • babel.config.json
"presets": [
        [
            "@babel/preset-env",
            {
                "useBuiltIns": "entry" // 需要自动引入,需要的polyfill
          } 
      ]
]
  • import 'core-js/fn/promise';
posted @ 2022-03-16 14:10  Running00  阅读(22)  评论(0编辑  收藏  举报