📜  ws.browser regeneratorRuntime 未定义角度 - Javascript 代码示例

📅  最后修改于: 2022-03-11 15:03:12.294000             🧑  作者: Mango

代码示例2
# First install the package
yarn add babel-polyfill --dev
# or
npm add babel-polyfill --dev
# Then require it in the angular.json
"scripts": ["node_modules/babel-polyfill/dist/polyfill.min.js"]