Skip to content

Commit

Permalink
Fix rollup config
Browse files Browse the repository at this point in the history
  • Loading branch information
drozdzynski committed Aug 29, 2024
1 parent 9e29daa commit dd8d40d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/giant-fireants-grow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@teiler/svelte": patch
---

Fix rollup config
2 changes: 1 addition & 1 deletion packages/svelte/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const globals = {

const defaultPlugins = [
commonjs(),
nodeResolve({ extensions: ['.ts'] }),
nodeResolve({ extensions: ['.ts'], resolveOnly: [/^(?!svelte.*$)/] }),
json(),
swc({ include: ['src/**/*.ts'] }),
svelte({
Expand Down

0 comments on commit dd8d40d

Please sign in to comment.