Skip to content

Commit

Permalink
fix(SliderImages): add Number polyfill to fix Swiper v6 in IE (#304)
Browse files Browse the repository at this point in the history
  • Loading branch information
MadFlip authored Sep 4, 2020
1 parent 4ee6fd2 commit 72e2be9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Components/SliderImages/script.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import $ from 'jquery'
import 'core-js/es/number'
import Swiper from 'swiper/bundle'
import 'swiper/swiper-bundle.css'

Expand Down

0 comments on commit 72e2be9

Please sign in to comment.