Skip to content

Commit

Permalink
feat: add direct JS/CSS core and bundle exports
Browse files Browse the repository at this point in the history
  • Loading branch information
nolimits4web committed Oct 12, 2022
1 parent 57f405e commit f519f80
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/copy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,15 @@
"exports": {
".": "./swiper.esm.js",
"./core": "./swiper.esm.js",
"./swiper.esm.js": "./swiper.esm.js",
"./bundle": "./swiper-bundle.esm.js",
"./swiper-bundle.esm.js": "./swiper-bundle.esm.js",
"./css": "./swiper.min.css",
"./swiper.min.css": "./swiper.min.css",
"./swiper.css": "./swiper.css",
"./css/bundle": "./swiper-bundle.min.css",
"./swiper-bundle.min.css": "./swiper-bundle.min.css",
"./swiper-bundle.css": "./swiper-bundle.css",
"./css/a11y": "./modules/a11y/a11y.min.css",
"./css/autoplay": "./modules/autoplay/autoplay.min.css",
"./css/controller": "./modules/controller/controller.min.css",
Expand Down

0 comments on commit f519f80

Please sign in to comment.