rollup-plugin-web-worker-loader icon indicating copy to clipboard operation
rollup-plugin-web-worker-loader copied to clipboard

Fix for multiple rollup output formats

Open mattrossman opened this issue 2 years ago • 1 comments

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

mattrossman avatar Jul 16 '22 17:07 mattrossman

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.

frankvdbh avatar Oct 04 '23 10:10 frankvdbh