Hey there,
what do I need to do to proplerly import a module into html using a script tag after I've bundled all the scripts together using rollup? I'm loading the bundle via the html script tag as as module, but all my namespaces appear to be gone, and I have no idea how to fix this.
Any idea what I might be doing wrong? I'm transpiling several typescript files to JS, and bundling those together using the rollup typescript plugin.