I'd like to know if it's possible to create an all-in-one.js
bundle, which includes all components, so it wouldn't be necessary to load other script tags.
My config:
exports.config = {
srcDir: "./webcomponents",
outputTargets: [
{
type: "dist",
dir: "./build/webcomponents/"
}
]
}