Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(rollup.config): enhance chunk name generation for pnpm
This commit improves the chunk name generation logic in rollup.config.js to handle nested node_modules directories as created by pnpm. It now differentiates between regular npm and pnpm structures, providing appropriate chunk names for both. Also, added a console.table for debugging purposes to compare before and after chunk names.
- Loading branch information