-
Notifications
You must be signed in to change notification settings - Fork 136
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
Does not include registered ESM loader hooks #428
Does not include registered ESM loader hooks #428
Comments
This also affects nitropack (and therefore also Nuxt). The I am not a 100% sure how nuxt builds nuxt apps under the hood but @pi0 |
Thanks for the heads up @s1gr1d. Nitro has a caret Nevertheless feel free to report an issue downstream in nitropack repo if you can assemble a minimal nitro reproduction 🙏🏼 |
🎉 This issue has been resolved in version 0.27.4 🎉 The release is available on: Your semantic-release bot 📦🚀 |
package.json
test.js
build.js
Running
> node build.js
Outputs
Set(1) { 'test.js' }
But
import-in-the-middle/hook.mjs
and all of it's dependencies should be included.The text was updated successfully, but these errors were encountered: