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

Fix for multiple rollup output formats #65

Merged
merged 1 commit into from
Jan 31, 2025

Conversation

mattrossman
Copy link
Contributor

I changed state.configuredFileName from a single value into a state.configuredFileNames map so that it can keep track of multiple file names when multiple output formats are specified in a rollup config.

Fixes #64

@frankvdbh
Copy link

Any chance for this PR to make it ?
I am having same issue I believe with rollup creating both cjs , esm output formats. However the webWorkerLoader plugin is removing one of the output files in dist folder and only keeping the first output file.

@darionco
Copy link
Owner

Sorry for the long delay!

@darionco darionco merged commit cda65ec into darionco:master Jan 31, 2025
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.

inline: false and external: [] causes invalid syntax with multiple outputs
3 participants