zyra / ionic-image-loader

Ionic 2+ Component that loads images in a background thread and caches them for later use
MIT License
435 stars 137 forks source link

Warning: Entry point 'ionic-image-loader' contains deep imports #287

Open dodomui opened 4 years ago

dodomui commented 4 years ago

Received below warning

Warning: Entry point 'ionic-image-loader' contains deep imports into '/../node_modules/@ionic-native/file/ngx/index', '/../node_modules/@ionic-native/ionic-webview/ngx/index'. This is probably not a problem, but may cause the compilation of entry points to be out of order.

MB-Jan commented 4 years ago

Same here. It breaks the app.

ThamiduNaveen commented 4 years ago

Same here. Did anyone find a solution?