StecnilJS built web component in another project

Hey,

I’ve been playing about with StencilJS and I’m absolutely loving it. I’ve read through the docs and looked at the various recommendations for using a component in our own apps. I really like the ability to use unpkg.com. However, I want to use it stand alone like the node_modules option but with the ability to package it up in a single js file. I don’t imagine this is possible due (to what i think is) the browser feature detection loading them in. Am I right in this assumption?

Docs
https://stenciljs.com/docs/distribution

Cheers,
Ally