Skip to content

Adds Custom Elements Bundle

Compare
Choose a tag to compare
@zigomir zigomir released this 17 Sep 08:26
· 85 commits to master since this release
5171276

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()