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

PERF: Ensure JS chunk content and filenames are deterministic #18907

Merged
merged 1 commit into from
Nov 7, 2022

Conversation

davidtaylorhq
Copy link
Member

This commit works around a couple of issues in ember-auto-import which were causing non-deterministic chunk filenames and content. Deterministic output should improve cache-reusability across deploys.

Refs:
embroider-build/ember-auto-import#519
embroider-build/ember-auto-import#548
embroider-build/ember-auto-import#478

This commit works around a couple of issues in `ember-auto-import` which were causing non-deterministic chunk filenames and content. Deterministic output should improve cache-reusability across deploys.

Refs:
embroider-build/ember-auto-import#519
embroider-build/ember-auto-import#548
embroider-build/ember-auto-import#478
@davidtaylorhq davidtaylorhq merged commit 3673d33 into main Nov 7, 2022
@davidtaylorhq davidtaylorhq deleted the vendor-chunk-output branch November 7, 2022 12:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants