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 @babel/code-frame as a dependency #122

Merged
merged 1 commit into from
Jun 11, 2024
Merged

Conversation

atikenny
Copy link
Contributor

@atikenny atikenny commented Jun 11, 2024

Fixes #121

  • added missing dependency on @babel/code-frame, which is used here

@@ -33,6 +33,7 @@
"dist/"
],
"dependencies": {
"@babel/code-frame": "^7.22.13",
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This package is used in prerendering.

@atikenny atikenny changed the title add @babel/code-frame as dependency Add @babel/code-frame as a dependency Jun 11, 2024
@rschristian rschristian merged commit ce7aeaa into preactjs:main Jun 11, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error when starting dev server
2 participants