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
跪求大佬更新一下IE9和IE10的兼容配置
The text was updated successfully, but these errors were encountered:
安装babel-polyfill,在webpack.config.dev.js和webpack.config.prod.js的entry增加配置
entry: [ 'babel-polyfill', paths.appIndexJs, ]
你测试下,我这没IE9
Sorry, something went wrong.
我在webpack.config.dev.js和webpack.config.prod.js的entry增加配置entry: [ 'babel-polyfill', paths.appIndexJs, ]测试以后还是不行,然后又在index.js的顶部也import‘babel-polyfill’,同时安装了babel-preset-env,在package.json中添加了"babel": { "presets": [ "env", "react-app" ] },可还是不行,报错为:
试试babel-preset-es2015-ie https://github.com/jmcriffey/babel-preset-es2015-ie
参考:ES6 + Webpack + React + Babel 如何在低版本浏览器上愉快的玩耍(下)
No branches or pull requests
跪求大佬更新一下IE9和IE10的兼容配置
The text was updated successfully, but these errors were encountered: