问题标签 [angular-router-loader]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
0 回答
820 浏览

webpack - Angular 5 webpack angular-router-loader 不工作并且没有错误

在使用延迟加载进行 Angular 5 迁移后,我遇到了一个问题。在我的 webpack.config 中,我使用了 angular-router-loader,但是当我在 JIT 模式下运行并且惰性模块从不加载时,控制台中没有错误。

当我使用 ngTools 运行应用程序进行 AOT 编译时,它可以工作,我可以看到生成的夹头。

我已经尝试了许多解决方案,但是没有生成夹头,当我导航到延迟加载路线时,控制台中没有错误,它只是不会加载。

控制台日志