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
I would like the js library to also inject the jsx files as well so i dont have to hack around it (my experience so far). And although arbitrary since most users first use transpilation themselves since jsx is never a true JavaScript file while js and mjs are, i still would like to have the option. So maybe set is as option to also include it?
Describe alternatives you've considered
For other dependencies i first transpile stuff using ts_library and then passed it on. But for storybook the compilation is done inside the storybook building tools, so not usable. I can move back to not use the jsx syntax but since its the React way of doing a component (tsx), i see no reason why not to include these.
The text was updated successfully, but these errors were encountered:
Description
In
js_library
im missing the '.jsx' files as part of being an accepted source. It currently only includes .js fileshttps://github.com/bazelbuild/rules_nodejs/blob/stable/internal/js_library/js_library.bzl
Describe the solution you'd like
I would like the js library to also inject the jsx files as well so i dont have to hack around it (my experience so far). And although arbitrary since most users first use transpilation themselves since jsx is never a true JavaScript file while js and mjs are, i still would like to have the option. So maybe set is as option to also include it?
Describe alternatives you've considered
For other dependencies i first transpile stuff using ts_library and then passed it on. But for storybook the compilation is done inside the storybook building tools, so not usable. I can move back to not use the jsx syntax but since its the React way of doing a component (tsx), i see no reason why not to include these.
The text was updated successfully, but these errors were encountered: