You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An error occurs when using the inject option with karma-esbuild. Not sure if it is an issue with esbuild-css-modules-plugin or karma-esbuild but I figured I would start here since karma-esbuild was handling CSS files and CSS modules without the inject option set. Here is an example repository to reproduce the issue.
Can you provide any insight into what difference the inject: 'selector'option is making in the output produced by esbuild?
Thanks for publishing this module btw!
The text was updated successfully, but these errors were encountered:
An error occurs when using the
inject
option withkarma-esbuild
. Not sure if it is an issue withesbuild-css-modules-plugin
orkarma-esbuild
but I figured I would start here sincekarma-esbuild
was handling CSS files and CSS modules without theinject
option set. Here is an example repository to reproduce the issue.Can you provide any insight into what difference the
inject: 'selector'
option is making in the output produced byesbuild
?Thanks for publishing this module btw!
The text was updated successfully, but these errors were encountered: