Skip to content
This repository was archived by the owner on Jun 10, 2019. It is now read-only.
This repository was archived by the owner on Jun 10, 2019. It is now read-only.

Better hoisting, for faster bootstrap and less node_modules duplication #4

@kylecordes

Description

@kylecordes

Currently this example does not use the "hoist" mode of Lerna, because Angular CLI unfortunately requires that its dependencies be installed in the immediate, local node_modules directory, rather than using standard node module resolution (which would be possible of finding "hoisted" packages).

angular/angular-cli#3864

I've already made an experimental branch which applies a bunch of symlinks to patch this up.

At some point, either ensure this is reasonably solid and use it, or hopefully see Angular CLI perform standard node resolution so that hoist "just works".

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions