Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

关于ie8动态加载模块的配置问题 #2

Open
PreciousDust opened this issue May 13, 2019 · 1 comment
Open

关于ie8动态加载模块的配置问题 #2

PreciousDust opened this issue May 13, 2019 · 1 comment

Comments

@PreciousDust
Copy link

您好,我使用的你的配置自己添加了@babel/plugin-syntax-dynamic-import 想在 ie8上做动态加载,但是 ie8无法兼容,查阅了一些资料以后没能真正能定位问题的资料,看 ie8的报错是 bind 方法不兼容,但是我也正常引入了require('core-js/features/function/bind') 您能帮忙看看原因吗?
2222

1111

@PreciousDust
Copy link
Author

333
配置文件和 index.js 引入的包
require('core-js/features/object/define-property')
require('core-js/features/object/create')
require('core-js/features/object/assign')
require('core-js/features/array/for-each')
require('core-js/features/array/index-of')
require('core-js/features/function/bind')
require('core-js/features/promise')

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant