-
-
Notifications
You must be signed in to change notification settings - Fork 47
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
can't require @prefresh/babel-plugin
#444
Comments
Yea, |
Published a fix in 0.4.3 - thanks for the report ❤️ |
If you haven't already (npm is still caching), |
They should have received a bump normally ce94464 |
I ran into this using
next-plugin-preact
but I believe it's an issue with@prefresh/babel-plugin
.I created a Next app using Preact:
And
npm run dev
gave me this error:I don't have a deep understanding of npm, but I think the problem is in
packages/babel/package.json
:The
require
line references a file that doesn't seem to have been installed with the package.I have a non-Next minimal test case, which I'll upload shortly.
The text was updated successfully, but these errors were encountered: