Skip to content

fix: resolve #1364 — Q: Anyway to install with all plugins?#3032

Open
tang-vu wants to merge 1 commit intoiamkun:devfrom
tang-vu:contribai/feat/add-a-full-bundle-build-target-including
Open

fix: resolve #1364 — Q: Anyway to install with all plugins?#3032
tang-vu wants to merge 1 commit intoiamkun:devfrom
tang-vu:contribai/feat/add-a-full-bundle-build-target-including

Conversation

@tang-vu
Copy link
Copy Markdown

@tang-vu tang-vu commented Apr 4, 2026

Summary

fix: resolve #1364 — Q: Anyway to install with all plugins?

Problem

Severity: Low | File: build/rollup.config.js

Day.js is designed to be highly modular, which requires users to manually import and extend each plugin they need. While this is optimal for bundle size, users frequently request a "full" version (similar to Moment.js) for rapid prototyping, legacy environments, or CDN usage where bundle size is less critical than convenience. The build system needs to be updated to generate an additional distribution file that includes the core library with all plugins pre-loaded.

Solution

Changes

  • build/rollup.config.js (modified)

Testing

  • Existing tests pass
  • Manual review completed
  • No new warnings/errors introduced

Generated by ContribAI v5.7.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Q: Anyway to install with all plugins?

1 participant