Skip to content
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

Rollup alias.entries of array format should be handled #221

Closed
1 task done
zoeyzhao19 opened this issue Feb 21, 2023 · 0 comments
Closed
1 task done

Rollup alias.entries of array format should be handled #221

zoeyzhao19 opened this issue Feb 21, 2023 · 0 comments

Comments

@zoeyzhao19
Copy link
Contributor

Describe the feature

rollop alias option from build config file like

rollup: {
  alias: {
      entries: [
        {
          find: '@shared/types',
          replacement: path.resolve(projectRootDir, 'src/shared/types'),
        },
      ],
    }
}

entries above wouldn't get the right alias config since unbuild does not handle this scene. I have submitted a PR to improve it.
😊Wait to be replied

Additional information

  • Would you be willing to help implement this feature?
@zoeyzhao19 zoeyzhao19 changed the title Rollup alias option of array option should be handled Rollup alias.entries of array format should be handled Feb 21, 2023
@pi0 pi0 closed this as completed Mar 27, 2023
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

No branches or pull requests

2 participants