Skip to content

Commit

Permalink
feat: add new Svelte Vite Plugin export condition (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
polvallverdu committed Jan 28, 2024
1 parent fcbe708 commit b9389ca
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ node_modules
.env.*
!.env.example
.eslintcache
yarn.lockg
yarn.lockg
pnpm-lock.yaml
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,10 @@
},
"dependencies": {
"schema-dts": "^1.1.2"
},
"exports": {
".": {
"svelte": "./index.js"
}
}
}

0 comments on commit b9389ca

Please sign in to comment.