-
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
Missing vendor bundle when using a common node_modules directory #6499
Labels
effort1: easy (hours)
freq1: low
Only reported by a handful of users who observe it rarely
P5
The team acknowledges the request but does not plan to address it, it remains open for discussion
severity2: inconvenient
type: bug/fix
workaround2: non-obvious
Comments
hansl
added a commit
to hansl/angular-cli
that referenced
this issue
May 30, 2017
hansl
added a commit
to hansl/angular-cli
that referenced
this issue
May 31, 2017
hansl
added a commit
to hansl/angular-cli
that referenced
this issue
May 31, 2017
hansl
added a commit
to hansl/angular-cli
that referenced
this issue
May 31, 2017
hansl
added a commit
that referenced
this issue
May 31, 2017
filipesilva
pushed a commit
that referenced
this issue
Jun 7, 2017
dond2clouds
pushed a commit
to d2clouds/speedray-cli
that referenced
this issue
Apr 23, 2018
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. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
effort1: easy (hours)
freq1: low
Only reported by a handful of users who observe it rarely
P5
The team acknowledges the request but does not plan to address it, it remains open for discussion
severity2: inconvenient
type: bug/fix
workaround2: non-obvious
Bug Report or Feature Request (mark with an
x
)Versions.
@angular/cli: 1.0.6
node: 7.8.0
os: linux ia32 (Centos 6)
Repro steps.
Notice the existence of
chunk {3} vendor.bundle.js
node_modules
folder use a common parent folder :As you can see the vendor bundle is now missing.
The log given by the failure.
No failure
Desired functionality.
Generate the vendor bundle.
Mention any other details that might be useful.
Modifying
node_modules/@angular/cli/models/webpack-configs/common.js
withresolve: { symlinks: false, ...
seems to fix the problem.But I don't know if there is any drawback.
The text was updated successfully, but these errors were encountered: