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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation: don't recommend moduleIds: "hashed" #105

Merged
merged 2 commits into from
Jan 3, 2023
Merged

Conversation

rstacruz
Copy link
Contributor

Using this value gives the warning:

The value 'hashed' for option 'optimization.moduleIds' is deprecated. Use 'deterministic' instead.

This has been deprecated in webpack/webpack@7669104 (v5.0.0-alpha.0).

Instead, deterministic outputs files like "d85f1fc319f409998963.png" (great for production).

There's also `moduleIds: "named" but it doesn't seem to do anything different.

@dhh
Copy link
Member

dhh commented May 3, 2022

Is this format still compatible with what we need for Propshaft, @brenogazzola?

@dhh dhh merged commit b105031 into rails:main Jan 3, 2023
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.

2 participants