Skip to content

Commit

Permalink
Added "svelte": "./swiper.esm.js" (#5301)
Browse files Browse the repository at this point in the history
Sometimes during a svelte kit build, an error occurs due to this entry missing. This should not impact anything else
  • Loading branch information
slackers123 authored Dec 20, 2021
1 parent d48fb1b commit 605a727
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/copy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"type": "module",
"main": "./swiper.esm.js",
"module": "./swiper.esm.js",
"svelte": "./swiper.esm.js",
"exports": {
".": "./swiper.esm.js",
"./core": "./swiper.esm.js",
Expand Down

0 comments on commit 605a727

Please sign in to comment.