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

More rollup PR tweaks #5340

Merged
merged 5 commits into from
Mar 26, 2023

Conversation

tjenkinson
Copy link
Member

@tjenkinson tjenkinson commented Mar 25, 2023

This PR will...

Remove the temporary output name for karma because the karma rollup plugin shouldn't be writing anything to disc. It seems fine locally but maybe I'm missing something?

And then remove the need for the wrapping function for the worker build by just replacing the __IN_WORKER__ var

@tjenkinson tjenkinson changed the base branch from master to task/rollup-esm-and-worker March 25, 2023 19:18
@tjenkinson tjenkinson changed the title Task/rollup esm and worker tj More rollup PR tweaks Mar 25, 2023
@tjenkinson tjenkinson force-pushed the task/rollup-esm-and-worker-tj branch from 5682664 to c23df80 Compare March 25, 2023 19:44
@tjenkinson tjenkinson marked this pull request as ready for review March 25, 2023 19:46
@tjenkinson
Copy link
Member Author

Ah just noticed the output is written from rollup when in watch mode. There may be another way of preventing the output with a plugin checking...

@tjenkinson
Copy link
Member Author

Ok for watch karma does actually read the files back from disk, so I just made it a directory in the gitiginore

@tjenkinson tjenkinson merged commit 185b254 into task/rollup-esm-and-worker Mar 26, 2023
@tjenkinson tjenkinson deleted the task/rollup-esm-and-worker-tj branch March 26, 2023 13:07
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.

None yet

2 participants