Skip to content

Commit

Permalink
feat(stencil): update version 2.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hirsch committed Dec 15, 2021
1 parent f9eff7e commit b9a8c25
Show file tree
Hide file tree
Showing 8 changed files with 28,767 additions and 2,561 deletions.
2 changes: 1 addition & 1 deletion packages/components/.build/stencil/stencil.basic.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const StencilBaseConfig: Config = {
esmLoaderPath: '../loader',
},
{
type: 'dist-custom-elements-bundle',
type: 'dist-custom-elements',
},
{
type: 'docs-json',
Expand Down
2 changes: 1 addition & 1 deletion packages/components/.build/stencil/stencil.bindings.vue.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export const VueGenerator = (
componentCorePackage,
proxiesFile,
componentModels: vueComponentModels,
customElementsDir: '../../dist/custom-elements',
customElementsDir: '../../dist/components',
includeDefineCustomElements,
includePolyfills: false,
includeUtils: false,
Expand Down
Loading

0 comments on commit b9a8c25

Please sign in to comment.