如何教 WebStorm 识别动态导入语句?

How to teach WebStorm to recognize dynamic import statement?

当我尝试在 WebStorm 中使用动态导入语句时收到语法错误:

如何解决问题?

P.S. JSX模式开启,一切正常。我觉得它期待像 import Login from '...' 这样的静态导入语句,但我需要动态 - import(...)

此bug已在2017.3修复,请尝试EAP