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

fix: ie 11 dev support #6435

Merged
merged 1 commit into from
Apr 19, 2021
Merged

fix: ie 11 dev support #6435

merged 1 commit into from
Apr 19, 2021

Conversation

sorrycc
Copy link
Member

@sorrycc sorrycc commented Apr 19, 2021

Checklist
  • npm test passes
  • tests are included
  • documentation is changed or added
  • commit message follows commit guidelines
Description of change

DEV

image

BUILD

image

@sorrycc sorrycc merged commit 3bfa9c8 into master Apr 19, 2021
@delete-merged-branch delete-merged-branch bot deleted the fix/ie-11-dev-support branch April 19, 2021 10:24
@@ -4,10 +4,13 @@ export default {
webpackHotDevClient: './src/webpackHotDevClient/webpackHotDevClient',
},
nodeModulesTransform: {
type: 'none',
type: 'all',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

其实感觉默认all不太好?做个target=ie的自动化all可能好点。

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

Successfully merging this pull request may close these issues.

[Bug] 使用umi初始化的项目 在ie11打不开
2 participants