Replies: 1 comment
-
I think I answered my own question -- using |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using Lume to build my site and it's going well (great job @oscarotero!). I am wondering about the following:
lib/prime.js
JS file which are browser-side utility JS functions/classes<script type="module">import * as lib from "./lib/prime.js" ... </script>
and my JS works fine in the HTML clientAll the above works great but I'd love to create my browser-side code in TS and have it transpiled to JS as part of the Lume transformations. Is this something possible? Does it even make sense for Lume to do this or should it be out of scope?
I think the above functionality might be implemented using the bundler plugin
https://lumeland.github.io/plugins/bundler/
but wasn't sure it was for Deno-specific bundling or for the browser.Beta Was this translation helpful? Give feedback.
All reactions