debug

https://www.debugbar.com/

浏览器兼容问题

比如IE11不支持Array.prototype.find()

npm i core-js -S
import 'core-js/fn/array/find';