Skip to content

Re-add babel plugins for dynamic imports

What does this MR do?

Re-add babel-plugin-dynamic-import-node. It seems like babel-plugin-istanbul, which jest uses internally, has problem with dynamic import syntax. I thought that @babel/plugin-syntax-dynamic-import is enough, but it seems like it needs the full babel-plugin-dynamic-import-node

What are the relevant issue numbers?

Closes #58390 (closed)

Does this MR meet the acceptance criteria?

Merge request reports