Skip to content

Commit

Permalink
feat(modal): correcting excluded dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Leotheluck authored and dpellier committed Aug 25, 2023
1 parent 8040dca commit 577e799
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions packages/stencil/components/modal/stencil.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,19 @@ export const config: Config = getStencilConfig({
reactOutput: {
componentCorePackage: '@ovhcloud/ods-stencil/components/modal',
// exclude peer dependencies that corresponds to www usage
excludeComponents: []
excludeComponents: [
'osds-icon',
'osds-text',
'osds-button',
]
},
vueOutput: {
componentCorePackage: '@ovhcloud/ods-stencil/components/modal',
excludeComponents: []
excludeComponents: [
'osds-icon',
'osds-text',
'osds-button',
]
},
dev: {
globalScript: 'src/global.dev.ts',
Expand Down

0 comments on commit 577e799

Please sign in to comment.