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

ExportFinder > Cannot export twice #165

Open
baransu opened this issue Oct 14, 2019 · 1 comment · May be fixed by #167
Open

ExportFinder > Cannot export twice #165

baransu opened this issue Oct 14, 2019 · 1 comment · May be fixed by #167

Comments

@baransu
Copy link

baransu commented Oct 14, 2019

Hi! Amazing work on fastpack. It would be amazing if I could use it in production applications but my quite large codebase fails because of ExportFinder > Cannot export twice error. Some transpiled library in node_modules that's failing:

export * from './parser';
export function parse(input, opts) {
  // some impl
}

It turns out ./parser export parser as well as this module.

Why it's an issue with fastpack while webpack or parcel can handle such case?

@dangdennis
Copy link

Ran into the exact same issue with fastpack and react-intl's dependency on intl-messageformat-parser. I've created an issue to see if they're willing to resolve it on their end.

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 a pull request may close this issue.

2 participants