Skip to content

Commit

Permalink
feat: add custom elements bundle output target to @visa/charts
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-demartini committed Jul 27, 2022
1 parent 3b74e05 commit c5c3911
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/charts/stencil.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ export const config: Config | any = {
excludeComponents: ['visa-charts']
}),
{ type: 'dist' },
{ type: 'dist-custom-elements', externalRuntime: false },
{ type: 'www' }
],
plugins: [
Expand Down

0 comments on commit c5c3911

Please sign in to comment.