-
-
Notifications
You must be signed in to change notification settings - Fork 22
feat(build): update @nuxt/module-builder to 1.0.1 (v2) #406
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
Conversation
This update fixes a bug that caused <script setup> SFCs to not be transformed during the build.
…e before merging.
- @nuxt-module-builder: ^1.0.1 - typescript: ^5.8.3 - vue-tsc: ^2.2.10
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
WalkthroughThis set of changes removes explicit CommonJS (CJS) support from multiple packages within the repository. Build configurations are updated to stop emitting CJS modules, and package.json files are revised to eliminate CJS entry points in favor of ES module (ESM) only exports. New TypeScript configuration files are added to enforce ESNext output and strict type-checking. Additionally, workspace dependency versions for Changes
Sequence Diagram(s)sequenceDiagram
participant Developer
participant Package
participant Consumer
Developer->>Package: Publishes package (ESM only)
Consumer->>Package: Imports using ESM path
Package-->>Consumer: Provides ESM module
Possibly related PRs
Suggested labels
Suggested reviewers
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
⏰ Context from checks skipped due to timeout of 90000ms (1)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Deploying play-una-ui with
|
Latest commit: |
0d258b1
|
Status: | ✅ Deploy successful! |
Preview URL: | https://533442e1.play-una-ui.pages.dev |
Branch Preview URL: | https://fix-precompile-sfcs.play-una-ui.pages.dev |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!, Thanks @mattmess1221
Second attempt at #362
Optionally blocked by:
The build will randomly fail until the next version of
vue-sfc-transformer
is released.Summary by CodeRabbit