Dieser Inhalt ist in der von Ihnen ausgewählten Sprache nicht verfügbar.
Chapter 3. Deprecated functionalities
This section lists deprecated functionalities in Red Hat Developer Hub 1.6.
3.1. Deprecation of dynamic imports with import(…) Link kopierenLink in die Zwischenablage kopiert!
The use of dynamic imports with import(…)
has been deprecated and is no longer supported. The Backstage CLI supports native ESM in Node.js code, giving access to the importing of ESM-only packages. Therefore, you must now use require(…)
as typeof import(…)
when working with ESM or CommonJS packages.
Additional resources