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

Feature Request: Custom Builder for Karma Tests Using esbuild #1841

Open
ckorherr opened this issue Jul 24, 2024 · 0 comments
Open

Feature Request: Custom Builder for Karma Tests Using esbuild #1841

ckorherr opened this issue Jul 24, 2024 · 0 comments

Comments

@ckorherr
Copy link

Is your feature request related to a problem? Please describe.
We are transitioning to the esbuild builder in our application. The only remaining component that still relies on Webpack is our Karma unit tests. We use custom-webpack for these tests due to the need to modify the build process.

Describe the solution you'd like
We would like to request a custom builder for running Karma tests using esbuild. This would allow us to maintain a consistent build process by using a single type of builder.

Describe alternatives you've considered
We have considered continuing to use both Webpack and esbuild, but this approach complicates our build process and maintenance.

Additional context
Some of our unit tests require loading the Monaco Editor, which is currently achieved using custom builders. A custom builder for Karma tests with esbuild would simplify this setup.

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