We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
引入antd的ConfigProvider破坏了babel转换core-js的polyfill顺序,导致polyfill失败
import 'core-js/stable';//第一行polyfill
本来应该在最上面,这个插件把antd的引用提前到了polyfill前面。
The text was updated successfully, but these errors were encountered:
这个问题啥时候可以解决啊!!!
Sorry, something went wrong.
polyfill放在入口,antd的引用写到内层可以绕开这个问题。希望有能力的大神能给解决吧
No branches or pull requests
引入antd的ConfigProvider破坏了babel转换core-js的polyfill顺序,导致polyfill失败
本来应该在最上面,这个插件把antd的引用提前到了polyfill前面。
The text was updated successfully, but these errors were encountered: