-
-
Notifications
You must be signed in to change notification settings - Fork 620
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
feat: add init to webpack-cli #1609
Conversation
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.
We need add test(s) to ensure we supported init command by default
Yes it is TODO as mentioned in PR description, will be working on it tonight. |
@rishabh3112 Thanks for your update. I labeled the Pull Request so reviewers will review it again. @anshumanv Please review the new changes. |
Would be refactoring jest timeouts to make them consistent in a separate PR. |
What kind of change does this PR introduce?
Feature
Did you add tests for your changes?
Yes
If relevant, did you update the documentation?
Not applicable
Summary
Integrating
init
package into CLI so that it is available by default.Does this PR introduce a breaking change?
No.
Other information
#1509