Skip to content

Commit

Permalink
chore: reapply outputTarget www to stencil packages, for local develo…
Browse files Browse the repository at this point in the history
…pment purposes
  • Loading branch information
oliverschuerch committed Nov 7, 2023
1 parent c8c24a4 commit 154a83d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/components/stencil.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ export const config: Config = {
{
type: 'dist-custom-elements',
},
{
type: 'www',
serviceWorker: null, // disable service workers,
},
{
type: 'docs-readme',
},
Expand Down
4 changes: 4 additions & 0 deletions packages/internet-header/stencil.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ export const config: Config = {
type: 'dist-custom-elements',
customElementsExportBehavior: 'bundle',
},
{
type: 'www',
serviceWorker: null, // disable service workers,
},
{
type: 'docs-readme',
},
Expand Down

0 comments on commit 154a83d

Please sign in to comment.