-
Notifications
You must be signed in to change notification settings - Fork 12k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
module.id issue angular 5 compilation process with AngularCompilerPlugin. #8295
Comments
I will put a comment with my personal account to check the progress of the issue. |
having same issue. we are using external libs as well as internal code that contain moduleId with relative template paths. and its breaking the app after built from new ngtool/webpack aot compiler |
+Notice |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
…orators (angular#12503) At the moment we are processing all property assignments in object literals irrespective if they are in a decorator or not. With this change we will process only property assignments found under in a component decorator. Fixes angular#12488, Fixes angular#6007, Fixes: angular#6498 and Fixes: angular#8295
Bug Report or Feature Request (mark with an
x
)Versions.
angular:
"5.0.0"
angular/cli:
"1.5.0-rc.8"
ngtools/webpack:
"1.8.0-rc.8"
Repro steps.
webpack building with
AngularCompilerPlugin
The log given by the failure.
Desired functionality.
Mention any other details that might be useful.
Hello!
I faced an error as follows
I changed webpack plugin
AotPlugin
toAngularCompilerPlugin
for supportangular 5.0.0
But there's no process about replacement or removement of moduleId in
AngularCompilerPlugin
.(check the code as follows)
angular-cli/packages/@ngtools/webpack/src/loader.ts
Line 654 in a24e644
My
AngularCompilerPlugin
option is as followsThank you.
The text was updated successfully, but these errors were encountered: