Error: Cannot find module with dynamic import · Issue #6680 · webpack/webpack

Do you want to request a feature or report a bug? bug What is the current behavior? When I try to load dynamic module with import('/path/to/my/module.js').then() it work, but when i try to import m...