有很多这样的问题(for example this one),每个人都说解决方案就是安装babel-plugin-syntax-dynamic-import
。
但是,就我而言,我已经安装了它。我以前有webpack @ 3,它确实有效。 现在我要升级到v4;刚刚安装了新版本的webpack –动态导入不再起作用。
ERROR in ./layouts/ClassList/index.js 89:9
Module parse failed: Unexpected token (89:9)
You may need an appropriate loader to handle this file type.
|
| var Component = (0, _decorators.asChunk)(function () {
> return import( /* webpackChunkName: "ClassList" */"./Component");
| });
怎么可能?以及如何重新工作?