Skip to content

reduce npm footprint 🌱 #88

@willi84

Description

@willi84

🧩 Feature request

Description

priority: nice to have

When adding your awesome library the usage of disk space increase 3x.

# 353 MB basic angular setup with router
ng new --routing=true <project> 

# 919 MB with scully => @scullyio package ist just 85 MB
ng add @scullyio/init => 919 MB (@scullyio just 85 MB)

Angular has already a big footprint, when you try to install it on a small machine or in a wifi with restrictions (e.g. German ICE high speed train wifi: 200 MB high-speed data).

And it will also reduce the 🌱 CO2 footprint ;-)

Describe the solution you'd like

Try to remove or replace to big dependencies

Describe alternatives you've considered

no alternative possible when you are restricted in disk space or wifi speed ;-)

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions