brandonroberts / angular-router-loader

A Webpack loader that enables string-based module loading with the Angular Router

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ERROR : Could not resolve es6-promise-loader when loading lazily loaded module from node_modules using AOT with webpack

vkvarma opened this issue · comments

ERROR in Could not resolve "es6-promise-loader?,[name]!../node_modules/test/test.module" from "app/app.module.ts".

compilation failed only and its generates the output minified js which is working fine when using with lite-server.
Please let me know why compilation failed ..........

@vkvarma were you able to find some resolution ?

i started using "angular2-load-children-loader",
"light-ts-loader" with webpack

not able to used with systemjs in that case of lazy loading , but i found a way to do this