Skip to content
This repository has been archived by the owner on Oct 29, 2023. It is now read-only.

ngx-swiper-wrapper #123

Closed
mgechev opened this issue Aug 3, 2019 · 4 comments
Closed

ngx-swiper-wrapper #123

mgechev opened this issue Aug 3, 2019 · 4 comments

Comments

@mgechev
Copy link
Member

mgechev commented Aug 3, 2019

Debug: Invalid entry-point /Users/mgechev/Projects/ngcc-validation/ngx-swiper-wrapper-ngcc/node_modules/ngx-swiper-wrapper. It is missing required dependencies:
 - swiper/dist/js/swiper.js
@petebacondarwin
Copy link
Member

This is because the import into swiper is a deep import - changing import * as Swiper from 'swiper/dist/js/swiper.js'; to import * as Swiper from 'swiper; allows it to pass.

@petebacondarwin
Copy link
Member

@vugar005
Copy link

@petebacondarwin I changed in ngx-swiper-wrapper.es5.js file
import * as Swiper from 'swiper/dist/js/swiper.js'; to import * as Swiper from 'swiper; but error has not gone.

@JoostK
Copy link
Member

JoostK commented Aug 20, 2019

This issue has been resolved in Angular's master branch.

@mgechev mgechev closed this as completed Aug 20, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants