이 콘텐츠는 선택한 언어로 제공되지 않습니다.
Chapter 3. Deprecated functionalities
This section lists deprecated functionalities in Red Hat Developer Hub 1.6.
3.1. Deprecation of dynamic imports with import(…) 링크 복사링크가 클립보드에 복사되었습니다!
링크 복사링크가 클립보드에 복사되었습니다!
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