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

Not support IE #8

Open
PinkyJie opened this issue Nov 30, 2015 · 2 comments
Open

Not support IE #8

PinkyJie opened this issue Nov 30, 2015 · 2 comments
Assignees

Comments

@PinkyJie
Copy link
Owner

IE needs to include babel shim file.

@PinkyJie PinkyJie added the bug label Nov 30, 2015
@PinkyJie PinkyJie self-assigned this Nov 30, 2015
PinkyJie pushed a commit that referenced this issue Dec 16, 2015
1. use if comment to include scirpt only for IE
2. use html-webpack-plugin to inject file hash
@PinkyJie
Copy link
Owner Author

@PinkyJie
Copy link
Owner Author

Known issues:

  • How to include ployfill.js only for IE browser? Conditional comment is not supported from IE10.
  • Not support min-height=100vh issue
    2015-12-24 9 55 57

PinkyJie pushed a commit that referenced this issue Dec 21, 2015
1. include bable-core/browser-polyfill for all browser(conditional comments is not supported from IE 10)
2. fix flexbox layout compatiblility issue (flex: 1 => flex: 1 0 auto, IE 10 and 11 has different default value for flex-shrink)
3. use copy-plugin to copy polyfill file to output folder
PinkyJie pushed a commit that referenced this issue Dec 21, 2015
add ie/no-ie class to html and add IE specific style
@PinkyJie PinkyJie reopened this Dec 24, 2015
PinkyJie pushed a commit that referenced this issue Dec 24, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant