Adds Custom Elements Bundle
Custom Elements Bundle
This may be preferred for projects that are already handling bundling, lazy-loading and defining the custom elements themselves.
Based on the docs
Usage
yarn add @stencil/core
# or
npm install @stencil/core
import { defineCustomElements } from 'caly/dist/custom-elements'
defineCustomElements()