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

Only updating package produces wrong broken dll-links when using chunkhashes #127

Open
villesau opened this issue Feb 6, 2019 · 0 comments

Comments

@villesau
Copy link

villesau commented Feb 6, 2019

We have following setup:

  • vendor build uses autodll-webpack-plugin 0.3.9
  • app build default webpack (3.11.0) config
  • both uses chunkhashes in names

Hashes before package update:
app: app_build-c208c7c1f4a5f3a05681.js
vendor: vendor_1ee645ef083ddb7ee345.js
dll-reference: vendor_1ee645ef083ddb7ee345

Hashes after package update:

app: app_build-c208c7c1f4a5f3a05681.js
vendor: vendor_baeb27ebad7c77547fea.js
dll-reference: vendor_baeb27ebad7c77547fea

As seen, dll-reference updates, but app_build hash does not update. This causes dll-reference to be outdated in the app build chunk. Either dll-reference should not change, or also app build should update in order to keep everything consistent.

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

No branches or pull requests

1 participant