Skip to content

Commit

Permalink
fix: prevent stencil from removing the dist folder before build to fi…
Browse files Browse the repository at this point in the history
…x vite build errors (#2883)
  • Loading branch information
oliverschuerch authored Apr 4, 2024
1 parent 7c6e77e commit 407751e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/components/stencil.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export const config: Config = {
outputTargets: [
{
type: 'dist',
empty: false,
esmLoaderPath: '../loader',
},
{
Expand Down
1 change: 1 addition & 0 deletions packages/internet-header/stencil.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ export const config: Config = {
outputTargets: [
{
type: 'dist',
empty: false,
esmLoaderPath: '../loader',
copy: [
{
Expand Down

0 comments on commit 407751e

Please sign in to comment.