chore(api): internal updates required for stencil 2 upgrade (#21889)

Stencil 2 is removing deprecated APIs, and these are the remaining ones Ionic has been using.
This commit is contained in:
Adam Bradley
2020-08-06 10:33:22 -05:00
committed by GitHub
parent 03c2f16e46
commit ae47d77710
10 changed files with 22 additions and 17 deletions

View File

@ -13,7 +13,7 @@ import { SwiperInterface, SwiperOptions } from './swiper/swiper-interface';
ios: 'slides.ios.scss',
md: 'slides.md.scss'
},
assetsDir: 'swiper',
assetsDirs: ['swiper'],
})
export class Slides implements ComponentInterface {