我目前正在开发Angular 2.我需要在多浏览器上运行我的项目。当我在Safari中尝试时,该项目没有在Safari浏览器中打开。
我使用的Safari版本5.7.1。
我尝试取消注释polyfill import 'intl';
并运行npm npm install --save intl
。
而且我还没有注释以下的ployfills:
import 'core-js/es6/symbol';
import 'core-js/es6/object';
import 'core-js/es6/function';
import 'core-js/es6/parse-int';
import 'core-js/es6/parse-float';
import 'core-js/es6/number';
import 'core-js/es6/math';
import 'core-js/es6/string';
import 'core-js/es6/date';
import 'core-js/es6/array';
import 'core-js/es6/regexp';
import 'core-js/es6/map';
import 'core-js/es6/weak-map';
import 'core-js/es6/set';
我收到TypeError错误:在script.bundle.js中输入错误并且断言失败:(匿名函数)。
请帮我解决。提前谢谢。