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

Support the dev-server for IE11 #132

Merged
merged 2 commits into from
Aug 14, 2018
Merged

Conversation

agubler
Copy link
Member

@agubler agubler commented Aug 14, 2018

bug

Adds an explicit dependency on strip-ansi@3.0.1, as from version 4.0.0 the package is using ES2015 javascript and cannot be executed by IE11.

Also adds the eventsource-polyfill for the webpack dev server, as it is required for using IE11.

package.json Outdated
"cli-columns": "3.1.2",
"copy-webpack-plugin": "4.5.2",
"css-loader": "0.28.7",
"eventsource-polyfill": "^0.9.6",
Copy link
Contributor

Choose a reason for hiding this comment

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

Any reason not to pin this dependency as we've done with the others?

Copy link
Member Author

Choose a reason for hiding this comment

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

Ah thanks - just npm installed didn't I!

@agubler
Copy link
Member Author

agubler commented Aug 14, 2018

Guess I need to update some tests! Thanks CI.

@codecov
Copy link

codecov bot commented Aug 14, 2018

Codecov Report

Merging #132 into master will increase coverage by 0.09%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #132      +/-   ##
==========================================
+ Coverage   59.71%   59.81%   +0.09%     
==========================================
  Files           8        8              
  Lines         427      428       +1     
  Branches       92       92              
==========================================
+ Hits          255      256       +1     
  Misses        172      172
Impacted Files Coverage Δ
src/main.ts 100% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update fcfa228...14dd21d. Read the comment docs.

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.

None yet

2 participants