Skip to content

Commit 74c4cf6

Browse files
chore: output as custom elements
This is useful for integrating the components into projects projects that will handle bundling, lazy-loading, and custom element registration themselves.
1 parent fc3eab4 commit 74c4cf6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

stencil.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ export const config: Config = {
99
plugins: [sass(), postcss({ plugins: [autoprefixer()] })],
1010
buildEs5: 'prod',
1111
outputTargets: [
12+
{ type: 'dist-custom-elements' },
1213
{ type: 'dist', esmLoaderPath: '../loader' },
1314
{
1415
type: 'docs-readme',

0 commit comments

Comments
 (0)