You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.
So, are you saying that when you run "npm run build-prod" for this project, it actually produces a separate chunk for the PrivateModule module? Because I cloned it to check just that, and this does not work for me...
I was just trying to get lazy loading with AoT work for my project, so far without success (that is, no additional chunks), so I found this your project, but as I said, I'm getting the very same result: no chunks for lazy loaded modules... Very weird...
Using macOS Sierra here with Node v6.10.3. Everything else seems to be coming from "npm install".
The text was updated successfully, but these errors were encountered:
The workaround for now, as suggested by angular-cli people, is to comment out that plugin. Actually we're going to update this project with that workaround shortly.
Hello,
So, are you saying that when you run "npm run build-prod" for this project, it actually produces a separate chunk for the PrivateModule module? Because I cloned it to check just that, and this does not work for me...
I was just trying to get lazy loading with AoT work for my project, so far without success (that is, no additional chunks), so I found this your project, but as I said, I'm getting the very same result: no chunks for lazy loaded modules... Very weird...
Using macOS Sierra here with Node v6.10.3. Everything else seems to be coming from "npm install".
The text was updated successfully, but these errors were encountered: