-
-
Notifications
You must be signed in to change notification settings - Fork 37
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
fix(commitlint): 🐛 repair commitlint configuration failures #103
Conversation
After webpack, it need fix the require expression. close #102
The beta extension of this pull has been built in the workflow! 🎉 |
The beta extension of this pull has been built in the workflow! 🎉 |
Are we rewriting |
@vivaxy In the most time, The
Before this version, when we make a build it will occur 9 warning and I do not know the solution and what will cause. I try to figure out the information about After the thinking, the people marked the warning as silent because they have fully knowledge about the result. So I delete the I think the most time we do not need the dynamic resources from the environment. So it is not be worried about every I did not find the more elegant way to fix the issue. It can be upgrade if there are any suggestions. 😊 |
@yi-Xu-0100 Thank you for your explanation. Is it possible to mark the |
@vivaxy If you test the beta version with If I found a better way to upgrade it, I will try to make a PR. 😜 |
By changing warnings to errors, webpack can recognize every warning as errors.
The beta extension of this pull has been built in the workflow! 🎉 |
Add more refs: |
After webpack, it needs fix the
require
expression when require dynamic resources.close #102