Este contenido no está disponible en el idioma seleccionado.
Chapter 3. Deprecated functionalities
This section lists deprecated functionalities in Red Hat Developer Hub 1.6.
3.1. Deprecation of dynamic imports with import(…) Copiar enlaceEnlace copiado en el portapapeles!
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