-
-
Notifications
You must be signed in to change notification settings - Fork 143
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
Bundle package-generator
#207
Conversation
Co-Authored-By: Sertonix <83883937+Sertonix@users.noreply.github.com>
Co-authored-by: Sertonix <83883937+Sertonix@users.noreply.github.com>
@sertonix fantastic catch, I've committed your suggestion |
@@ -0,0 +1,3 @@ | |||
.package-generator .error { | |||
display: none; |
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.
This is not related to this pull request but this seems like a hack?!
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.
Yeah does seem a little bit weird, but looks like this is manually changed if needed, they set the display to block
when there's actually an error
If #209 is merged could you add a |
With prior agreement on this direction for the editor, and approval from another dev, I'll go ahead and merge this one. |
As agreed on Discord, we are okay with integrating more packages with our Bundled Core Packages.
Due to a new PR on
package-generator
this package has come to my attention as one that may be eligible to bundle.There was an original issue on Atom to do this same thing.
Additionally other than just bundling the package, I've replicated the changes made by @sertonix and added them here, to include their efforts, and properly include them as an author of that PR.
Lastly I ensured to include any PR's that have previously targeted our Bundled PRs.
Checking for changes needed in accordance to:
standard
linter from packages #158packages/*/package.json
#157packages/*/package-lock.json
#209