@dcylabs/stencil-custom-elements-json
v1.0.0
Published
A simple stencil plugin that allows you to generate the custom-elements.json *needed for Storybook docs plugin*
Downloads
15
Maintainers
Readme
Stencil Custom Elements JSON
A simple stencil plugin that allows you to generate the custom-elements.json needed for Storybook docs plugin
Install
npm i --save @dcylabs/stencil-custom-elements-json
Usage
import { Config } from '@stencil/core';
import { customElements } from '@dcylabs/stencil-custom-elements-json';
export const config: Config = {
outputTargets: [
customElements()
]
};