Skip to content

Commit

Permalink
Merge pull request #577 from revolist/svelte-compiler
Browse files Browse the repository at this point in the history
fix: changed svelter compiler
  • Loading branch information
m2a2x authored Sep 25, 2024
2 parents 2ea7abe + e62b087 commit b38c117
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 14 deletions.
23 changes: 11 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
"@stencil/react-output-target": "0.5.3",
"@stencil/sass": "^3.0.12",
"@stencil/store": "^2.0.16",
"@stencil/svelte-output-target": "0.0.3",
"@revolist/svelte-output-target": "0.0.3",
"@stencil/vue-output-target": "^0.8.9",
"@types/events": "^3.0.3",
"@types/jest": "^29.5.12",
Expand Down
2 changes: 1 addition & 1 deletion stencil.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { sass } from '@stencil/sass';
import { angularOutputTarget } from '@stencil/angular-output-target';
import { reactOutputTarget } from '@stencil/react-output-target';
import { vueOutputTarget } from '@stencil/vue-output-target';
import { svelteOutputTarget } from '@stencil/svelte-output-target';
import { svelteOutputTarget } from '@revolist/svelte-output-target';
import { vueOutputTarget as vue2OutputTarget } from '@revolist/stencil-vue2-output-target';
import { eventListOutputTarget } from './scripts/event-list.plugin';

Expand Down

0 comments on commit b38c117

Please sign in to comment.