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

Fix: #5987 - webpack conflict for [contenthash] #6051

Closed
wants to merge 4 commits into from
Closed

Fix: #5987 - webpack conflict for [contenthash] #6051

wants to merge 4 commits into from

Conversation

jeancaffou
Copy link

@jeancaffou jeancaffou commented Jan 10, 2020

This appears to be a conflict with webpack 4.3 which introduced a [contenthash] variable of its own: https://github.com/webpack/webpack/releases/tag/v4.3.0

Source: webpack-contrib/extract-text-webpack-plugin#763

ERROR in chunk app [entry]
({
chunk: chunkData
}) => this.options.moduleFilename(chunkData)
Path variable [contenthash:8] not implemented in this context: css/[name].[contenthash:8].css
@jeancaffou jeancaffou changed the title Fix for #5987 Fix for #5987 (webpack conflict for [contenthash]) Jan 10, 2020
@jeancaffou jeancaffou changed the title Fix for #5987 (webpack conflict for [contenthash]) Fix: #5987 - webpack conflict for [contenthash] Jan 10, 2020
@jeancaffou
Copy link
Author

This is a workaround and not a good solution.

@jeancaffou jeancaffou closed this Jan 12, 2020
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.

None yet

1 participant