Skip to content
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

Add additional library context reporting #18

Merged
merged 2 commits into from
Mar 20, 2024

Conversation

bmuller
Copy link
Member

@bmuller bmuller commented Mar 7, 2024

This PR provides new releases for each package (Version 2.0.1) that include dependency upgrades and usage of an internal Parallel JS function to provide additional logging contexts. This will help the Parallel team monitor the versions of the libraries that are currently in use. The only new information logged via this PR is the library being used (React/Vanilla) and the library version number.

@@ -14,7 +14,7 @@ module.exports = function (api) {
],
]

const plugins = []
const plugins = [['@babel/plugin-proposal-private-methods', { loose: true }]]
Copy link
Member Author

@bmuller bmuller Mar 7, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This prevents a warning in the console when building.

@bmuller bmuller merged commit 7026812 into master Mar 20, 2024
1 check passed
@bmuller bmuller deleted the bmuller/add-additional-context-logging branch March 20, 2024 15:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

6 participants