-
Notifications
You must be signed in to change notification settings - Fork 39
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
Comments
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
IE10/11 flexbox issue IE "Symbol not defined" issue IE not vertical align item correctly with "min-height" |
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
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
IE needs to include babel shim file.
The text was updated successfully, but these errors were encountered: