Skip to content

docs: correct lodash dependency usage in authoring libraries guide#8212

Open
gurleen2506 wants to merge 1 commit intowebpack:mainfrom
gurleen2506:patch-4
Open

docs: correct lodash dependency usage in authoring libraries guide#8212
gurleen2506 wants to merge 1 commit intowebpack:mainfrom
gurleen2506:patch-4

Conversation

@gurleen2506
Copy link
Copy Markdown
Contributor

Summary

Fixes misleading documentation regarding lodash dependency usage.

Changes

  • Updated installation instructions to install lodash as a runtime dependency
  • Clarified that lodash should be listed under dependencies since it is used at runtime
  • Mentioned that bundling can be avoided using webpack externals

Fixes #6896

## Summary
Fixes misleading documentation regarding lodash dependency usage.

## Changes
- Updated installation instructions to install lodash as a runtime dependency
- Clarified that lodash should be listed under `dependencies` since it is used at runtime
- Mentioned that bundling can be avoided using webpack externals

Fixes webpack#6896
@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 27, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
webpack-js-org Ready Ready Preview, Comment Apr 27, 2026 6:33pm

Request Review

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Misguiding document on authoring libraries

2 participants