Skip to content

Commit

Permalink
chore: revert stencil empty flag
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverschuerch committed Apr 5, 2024
1 parent e189762 commit 7396664
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion packages/components/stencil.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ export const config: Config = {
outputTargets: [
{
type: 'dist',
empty: false,
esmLoaderPath: '../loader',
},
{
Expand Down
1 change: 0 additions & 1 deletion packages/internet-header/stencil.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ export const config: Config = {
outputTargets: [
{
type: 'dist',
empty: false,
esmLoaderPath: '../loader',
copy: [
{
Expand Down

0 comments on commit 7396664

Please sign in to comment.