From 7f7b68bbeece1553cd7be90d8057b24382214398 Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Sun, 19 Jul 2020 11:14:23 -0400 Subject: [PATCH] Enable the custom elements bundle; fixes #108 --- stencil.config.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/stencil.config.ts b/stencil.config.ts index 49359a8ff..60671073d 100644 --- a/stencil.config.ts +++ b/stencil.config.ts @@ -18,6 +18,9 @@ export const config: Config = { type: 'dist', esmLoaderPath: '../loader' }, + { + type: 'dist-custom-elements-bundle' + }, { type: 'docs-custom', generator: (docs: any) => {