vue2-multiple-entry icon indicating copy to clipboard operation
vue2-multiple-entry copied to clipboard

src/polyfill 在哪里有用到呢?

Open includeleec opened this issue 7 years ago • 2 comments

src/polyfill 在哪里有用到呢? 全项目搜索了下,似乎并没有啥用呀。

includeleec avatar May 10 '17 07:05 includeleec

import 'core-js/fn/promise' vuex 在ie下需要 其他3个, 如果没用find, findIndex, includes方法, 可以删除

lincenying avatar May 10 '17 13:05 lincenying

但是,打包了一下,发现ie不支持promise,看来没有把ployfill整合进去

wzc0x0 avatar Aug 09 '17 04:08 wzc0x0