Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document webpack change: fix: support [contenthash] template in DllPlugin's name option #6756

Closed
webpack-bot opened this issue Apr 12, 2023 · 1 comment 路 Fixed by #6766
Closed

Comments

@webpack-bot
Copy link

A pull request by @snitin315 was merged and maintainers requested a documentation change.

See pull request: webpack/webpack#16935


Summary

Fixes webpack/webpack#16700

馃 Generated by Copilot at fc3bba6

This pull request adds a new feature to the LibManifestPlugin that allows using content hashes in DLL plugin names. It also adds a new test case with various types of modules and loaders to verify the feature.

Details

馃 Generated by Copilot at fc3bba6

  • Add contentHashType option to getPath method in LibManifestPlugin to enable content hashes in DLL plugin names (link)
  • Add test files for different types of modules and re-exports to test the DLL plugin with content hashes (link, link, link, link, link, link, link, link, link, link, link, link, link, link, link, link, link)
  • Add custom loader g-loader.js to test the DLL plugin with content hashes and custom loaders (link)
  • Add test.config.js to configure the DLL plugin test case with content hashes and set noTests flag to true (link)
@snitin315
Copy link
Member

I'll update the docs for this.

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 a pull request may close this issue.

2 participants