Skip to content

Dependency Cleanup #105

@avivkeller

Description

@avivkeller

Reduce Webpack’s dependency footprint to improve install time, bundle size, and security surface.

Details:

  • Remove unused or redundant dependencies.
  • Replace heavy libraries with lightweight alternatives:
    • Jest to node:test
    • Tapable to node:events
    • glob-to-regexp to node:fs
    • loader-runner to node:module?

Difficulty: Medium

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions