You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the release of unbuild v3, the EOL status of Nuxt 2, and looking forward to Nuxt 4, we're going to take the opportunity to release v1 of @nuxt/module-builder, with a range of breaking changes.
🚧 TODO
document that __filename and __dirname are no longer supported (and raise PRs to ecosystem modules)
create full migration guide explaining node10 -> bundler module resolution
explain that we no longer support CJS (as this was only required for Nuxt v2)
🧪 Testing v1
It is possible to try out the current state of the module builder by installing @nuxt/module-builder@alpha. (Expect breaking changes if you are trying out the alpha release.)
The freezing/hanging reminded me of nuxt/nuxt#30137 (comment) and it seems to be related since the build succeeds after I replaced the tinyglobby usage with fast-glob in mkdist. I wonder if this will be an issue in other modules, it looks like you didn't run into this with danielroe/nuxt-workers#60 🤔
With the release of unbuild v3, the EOL status of Nuxt 2, and looking forward to Nuxt 4, we're going to take the opportunity to release v1 of
@nuxt/module-builder
, with a range of breaking changes.🚧 TODO
__filename
and__dirname
are no longer supported (and raise PRs to ecosystem modules)🧪 Testing v1
It is possible to try out the current state of the module builder by installing
@nuxt/module-builder@alpha
. (Expect breaking changes if you are trying out the alpha release.)✨ Changelog
🚀 Enhancements
🩹 Fixes
📖 Documentation
🏡 Chore
✅ Tests
❤️ Contributors
The text was updated successfully, but these errors were encountered: