Skip to content

Commit

Permalink
feat(config): add dist-custom-elements-bundle output in stencil.confi…
Browse files Browse the repository at this point in the history
…g, see #369
  • Loading branch information
Arturo committed May 28, 2021
1 parent e3418e1 commit 3b9a8d4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/components/stencil.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ export const config: Config = {
{ src: '.npmignore', warn: true },
],
},
{
type: 'dist-custom-elements-bundle',
},
{
type: 'www',
serviceWorker: null, // disable service workers
Expand Down

0 comments on commit 3b9a8d4

Please sign in to comment.