Make reejs the default js bundler for non-js backends - add Documentation about how to do that #29
schlichtanders
started this conversation in
Ideas
Replies: 1 comment 6 replies
-
After further research, I found jspm.org which is more towards my need of having a importmaps focused package management. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there, I am using another language as the backend and like reejs approach to marry npm dependency management with import maps. This way dependencies can be controlled, while still using vanilla javascript/html/css.
A workflow where the files itself are the dev version becomes possible. Of course with this you cannot use jsx or ts files which need to be precompiled first, but I am very happy to use plain js files with TypeScript annotations.
Unfortunately, reejs has its own opinion about how the folder structure shall look like, which is a deal breaker for me, as src directory is already occupied by my backend programming language.
It would be great to simply have a couple of config examples, how to use reejs for such purposes where the files themselves represent the dev version and reejs is only used for bundling everything so that no reference to esm.sh is left for production stability.
Beta Was this translation helpful? Give feedback.
All reactions