-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Move jquery-minicolors to npm/webpack #12305
Conversation
silverwind
commented
Jul 23, 2020
•
edited
Loading
edited
- Unvendor and add as npm dependency
- Removed unneeded backend variable
- Fixed existing bug where picker would previously initialize to the same green color when editing a label.
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.
Would prefer to put publicPath
at output.publicPath
but that's an issue for another time. 👍
I'd prefer to not even set |
Oh and we have to set That said, webpack will emit |
- Unvendor and add as npm dependency - Removed unneeded backend variable - Fixed existing bug where picker would previously initizalize to the same green color when editing a label. There was probably a version bump because the previous version was over 3 years old but it seems to be compatible.
Rebased and added screenshot to OP. Ready from my side. |
🚀 |