-
Notifications
You must be signed in to change notification settings - Fork 3
refactor: Port to TypeScript #26
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
Conversation
Closes #24.
|
@sapegin This is good for another look. How can we make sure the next automated release is a major one? Maybe it's a nice idea to publish a beta before. |
Looks like this isn't needed at all.
Closes #27.
|
@sapegin Thanks for the review. I addressed your comments and dropped support for webpack 3 (easier typing now). |
sapegin
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good now!
Cool. I noticed the CI was failing due to Prettier requiring Node 10 now so I pushed the project minimum to 10 as well. I think many developers are in 10/12 already. |
|
I wonder what happened with Travis integration. The build shows up at https://travis-ci.org/github/styleguidist/mini-html-webpack-plugin but I don't see anything on GitHub side anymore. Let's merge anyhow? |
Fine, Node 8 is no longer maintained. |
|
Okay, I'll try to merge. |
|
@sapegin Did we forget to do some |
|
We can always check logs:
I'll get rid of that preset and use the default configuration. |
|
🎉 This PR is included in version 3.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Closes #24.