Hi, new BSS user here. I can see that people have asked on this forum previously regarding linking an external javascript file or folder and that it isn’t supported by the product.
I use Tabulator a lot and code the tables in Typescript which is dynamically converted to JS by Vite/tsc.
I’m wondering how other people work with external javascript files in BSS. I know I can link to them externally but the problem is Vite creates content hashes for them which means the URL changes when the file changes. The best method I’ve come up with so far is to write a custom export script in BSS that copies the generated files to the node project which are then served by Vite. It’s not dynamic but it’s pretty close.
How are other BSS users doing this?
Thanks.