🚀 Feature
Documentation with examples showing how to load non-javascript assets into a Nebula Supernova Visualization that will be imported into Qlik as an extension.
Motivation
It's currently simple to display a png file in a Nebula extension when hosted via nebula serve. However, when running nebula sense to convert it to a Qlik compatible extension, by default, the bundler seems to drop external files like images and CSS. When zipping the dist directory and moving it into Qlik, such assets are no longer available to the extension. Documentation providing instructions about how to tell nebula sense to include assets like images when bundling the project as a Qlik extension would alleviate the confusion.

Additional context
Trying to import the files shows an error that may indicate plugins needed for Rollup to include such file types are missing.

🚀 Feature
Documentation with examples showing how to load non-javascript assets into a Nebula Supernova Visualization that will be imported into Qlik as an extension.
Motivation
It's currently simple to display a png file in a Nebula extension when hosted via
nebula serve. However, when runningnebula senseto convert it to a Qlik compatible extension, by default, the bundler seems to drop external files like images and CSS. When zipping the dist directory and moving it into Qlik, such assets are no longer available to the extension. Documentation providing instructions about how to tellnebula senseto include assets like images when bundling the project as a Qlik extension would alleviate the confusion.Additional context
Trying to import the files shows an error that may indicate plugins needed for Rollup to include such file types are missing.