Skip to content

Commit

Permalink
chore: size limit esm import order
Browse files Browse the repository at this point in the history
  • Loading branch information
vltansky committed Feb 2, 2021
1 parent d5cd754 commit 8d26bed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .size-limit.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module.exports = [
path: 'package/swiper.esm.js',
name: 'ESM bundle',
import:
'SwiperCore, { Navigation, Pagination, Virtual, Keyboard, Scrollbar, A11y, Virtual, Zoom, Mousewheel, Lazy, History, HashNavigation, EffectFade, EffectCube, EffectFlip, EffectCoverflow, Thumbs, Autoplay, Controller, Parallax }',
'SwiperCore, { Navigation, Pagination, Virtual, Keyboard, Mousewheel, Scrollbar, Parallax, Zoom, Lazy, Controller, A11y, History, HashNavigation, Autoplay, EffectFade, EffectCube, EffectFlip, EffectCoverflow, Thumbs }',
limit: '40 KB',
},
{
Expand Down

0 comments on commit 8d26bed

Please sign in to comment.