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

Remove Browserify in favor of ESBuild (already used in Mochify) #2618

Open
fatso83 opened this issue Sep 13, 2024 · 1 comment
Open

Remove Browserify in favor of ESBuild (already used in Mochify) #2618

fatso83 opened this issue Sep 13, 2024 · 1 comment

Comments

@fatso83
Copy link
Contributor

fatso83 commented Sep 13, 2024

We already employ ESBuild in creating the bundle for our tests, which gets us in the strange situation where the testing of the bundle is happening on a version that we never produce 🤡

Most of the work is already done in the coverage.cjs script, so it's mostly just about extracting that chunk and re-using it everywhere else (NPM scripts, bundle, coverage, ...).

@fatso83
Copy link
Contributor Author

fatso83 commented Sep 13, 2024

Doing it for the other projects would of course be beneficial ...

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

No branches or pull requests

1 participant