-
Notifications
You must be signed in to change notification settings - Fork 0
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
create-nollup-app
React template failing
#5
Comments
That's odd. Thanks for the report. Will look into this as soon as I can. Does downgrading the resolve plugin work? |
@PepsRyuu Ah I should have tried that, sorry. |
Just to confirm, what version of resolve plugin was breaking? |
|
Hmmm, not sure if it's a problem with the plugin. There's comments that indicate there's nothing wrong with the plugin. Will need to have a dig into it to see if this is something Nollup is potentially missing. Should know for certain later this evening. |
These are recent Rollup features from the looks of it. Created a separate ticket to track this: PepsRyuu/nollup#218 |
https://github.com/PepsRyuu/nollup/pull/219/files Almost finished with it. Will test it further and likely release tomorrow. |
Fixed Nollup in release |
Appreciate the quick turn around @PepsRyuu! 🙏 |
When running the standard
create-nollup-app
command to bootstrap a React project:I get this issue with
@rollup/plugin-node-resolve
:TypeError: Cannot read properties of undefined (reading 'custom')
.Versions
Node: 16.10.0 (also attempted with 14.17.1)
NPM: 7.24.0
All other versions are as defined in the standard package.json from the react template.
As an aside, I tried this with
preact
andbarebones
templates and got the same result.Thanks!
The text was updated successfully, but these errors were encountered: