This is could be a newbie question. I have created a preact app which uses assets images that are locally stored in the preact app folder.
Using the preacts-cli build command I get several css map and a js files.
I would like to generate an single bundle file that i could place onto any website within the header with needed prereacts cdn's and it will successfully work.
Would greatly appreciate some direction to go towards as i am clueless as of now