Only as information, unless work is being done to ensure that it is currently not possible. I will use Ionic Framework CDN. That happens a lot and I was told to report it in the forum immediately so that the developers could react faster.
TypeError: error loading dynamically imported module undefined p-3df3e749.js:1:14741
Laden des Moduls von “https://cdn.jsdelivr.net/npm/@ionic/core/dist/ionic/p-a5fe3e63.entry.js ” wurde auf Grund eines nicht freigegebenen MIME-Typs (“text/plain”) blockiert.
Quellübergreifende (Cross-Origin) Anfrage blockiert: Die Gleiche-Quelle-Regel verbietet das Lesen der externen Ressource auf https://cdn.jsdelivr.net/npm/@ionic/core/dist/ionic/p-a5fe3e63.entry.js . (Grund: CORS-Anfrage schlug fehl).
Modul-Quell-URI ist in diesem Dokument nicht erlaubt: “https://cdn.jsdelivr.net/npm/@ionic/core/dist/ionic/p-a5fe3e63.entry.js ”.)
TypeError: error loading dynamically imported module undefined p-3df3e749.js:1:14741
Uncaught (in promise) TypeError: s is undefined
me https://cdn.jsdelivr.net/npm/@ionic/core/dist/ionic/p-3df3e749.js:1
p-3df3e749.js:1:12648
Uncaught (in promise) TypeError: s is undefined
me https://cdn.jsdelivr.net/npm/@ionic/core/dist/ionic/p-3df3e749.js:1
Update its working again.
Do yourself a favour and reference to the exact version of Ionic framework you have developed against (if you haven’t already). If you use the general one, once the CDN gets update with the new framework (Ionic 6 is arriving), then you WILL have things breaking in your site/app
<script type="module" src="https://cdn.jsdelivr.net/npm/@ionic/core@5.4.0/dist/ionic/ionic.esm.js"></script>
<script nomodule src="https://cdn.jsdelivr.net/npm/@ionic/core@5.4.0/dist/ionic/ionic.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@ionic/core@5.4.0/css/ionic.bundle.css" />
1 Like
Thanks, that’s a good tip, I’ll implement that first thing in the morning.
One more question for the future. Where can I look up all the versions?
No clue - never tried to look for it.
I would check GitHub - ionic-team/ionic-framework: A powerful cross-platform UI toolkit for building native-quality iOS, Android, and Progressive Web Apps with HTML, CSS, and JavaScript. and lookup the changelog
## [5.6.12](https://github.com/ionic-team/ionic/compare/v5.6.11...v5.6.12) (2021-07-21)
### Bug Fixes
* **action-sheet:** header, subheader, and icon alignment better matches native ios ([#23322](https://github.com/ionic-team/ionic/issues/23322)) ([39315bc](https://github.com/ionic-team/ionic/commit/39315bc857b850347dca386776665e21c9742cad)), closes [#23317](https://github.com/ionic-team/ionic/issues/23317)
* **button:** buttons are now disabled during page transitions ([#23589](https://github.com/ionic-team/ionic/issues/23589)) ([3b803eb](https://github.com/ionic-team/ionic/commit/3b803ebe024be3dbcf814a30a18df51ce23c8880)), closes [#23588](https://github.com/ionic-team/ionic/issues/23588)
* **item:** mirror disabled prop to aria attribute ([#23544](https://github.com/ionic-team/ionic/issues/23544)) ([9021e7c](https://github.com/ionic-team/ionic/commit/9021e7cc4b48a69ccc94faa7d2ddcb10a2afa340)), closes [#23513](https://github.com/ionic-team/ionic/issues/23513)
* **menu-button:** custom aria-label can now be set ([#23608](https://github.com/ionic-team/ionic/issues/23608)) ([c08345d](https://github.com/ionic-team/ionic/commit/c08345df2ee3175f3f0d11ff877c7b6f1a102321)), closes [#23604](https://github.com/ionic-team/ionic/issues/23604)
* **overlays:** overlay interfaces are now exported from framework packages and documented ([#23619](https://github.com/ionic-team/ionic/issues/23619)) ([773bbcb](https://github.com/ionic-team/ionic/commit/773bbcb211d3cf0caf38c25b44e666d98ddfafe5)), closes [#22790](https://github.com/ionic-team/ionic/issues/22790)
* **router-outlet:** improve reliability of swipe back gesture when quickly swiping back ([#23527](https://github.com/ionic-team/ionic/issues/23527)) ([fa06942](https://github.com/ionic-team/ionic/commit/fa069424b265891852a07869b6d086a1cb041e93)), closes [#22895](https://github.com/ionic-team/ionic/issues/22895)
## [5.6.11](https://github.com/ionic-team/ionic/compare/v5.6.10...v5.6.11) (2021-07-01)
### Bug Fixes
* **animation:** typescript interface has correct return value for progress methods ([#23536](https://github.com/ionic-team/ionic/issues/23536)) ([f3d6abb](https://github.com/ionic-team/ionic/commit/f3d6abbc1beeafe3b5e7f473d70d0b8ef4c79bc8))
This file has been truncated. show original