Skip to content

Lazy load package dependencies #1

@ndugger

Description

@ndugger

At current, webmake will load all dependencies mentioned in package.json up front. This instead should just load up dependencies as they are imported and then cache them to reduce future lookups. This should realistically be how all module imports work, so the scope of this might include a rewrite of the module resolution functions.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions