runisland / meteor-ionic4

Meteor Atmosphere package that automatically imports Ionic4 Web Components into your Client templates
MIT License
14 stars 6 forks source link

feat(package): sync @ionic/core v5.4.4 + use new ionic entry file #16

Closed ghybs closed 3 years ago

ghybs commented 3 years ago

instead of deprecated dist/ionic.js file directly. Had to skip @ionic/core versions 5.4.2 and 5.4.3 where the new entry file (non esm) was missing, and introduced back since version 5.4.4. See https://github.com/runisland/meteor-ionic4/issues/8#issuecomment-778788000 for further details.

Fix #8