diff --git a/docs/js-guide/dependencies.rst b/docs/js-guide/dependencies.rst index 570f3fc81d9b..179f407a5ef4 100644 --- a/docs/js-guide/dependencies.rst +++ b/docs/js-guide/dependencies.rst @@ -203,7 +203,7 @@ Webpack supports multiple module formats, with ES Modules (ESM) being the prefer That being said, a lot of legacy code on HQ is written in a modified AMD format. If you are adding a lot of new code to such a module, it is recommended that you `migrate this module to ESM format -<`__. +`__. However, not every modified AMD module is ready to be migrated to ESM immediately, so it's worth familiarizing yourself with working in that format.