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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mattrossman
Copy link

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.

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
2 participants