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

Webpack deterministic module ids #388

Merged
merged 4 commits into from
May 15, 2019
Merged

Webpack deterministic module ids #388

merged 4 commits into from
May 15, 2019

Conversation

guybedford
Copy link
Contributor

@guybedford guybedford commented May 15, 2019

This adds the Webpack options for deterministic module ids.

This also includes the Webpack 5 alpha.12 upgrade.

Also [resolves]: #315

@guybedford guybedford requested a review from styfle as a code owner May 15, 2019 01:48
@codecov-io
Copy link

codecov-io commented May 15, 2019

Codecov Report

Merging #388 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #388   +/-   ##
=======================================
  Coverage   74.41%   74.41%           
=======================================
  Files          12       12           
  Lines         387      387           
=======================================
  Hits          288      288           
  Misses         99       99
Impacted Files Coverage Δ
src/index.js 83.95% <ø> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0455041...3985981. Read the comment docs.

@styfle
Copy link
Member

styfle commented May 15, 2019

Does this version of webpack include the feature to implement #315?

@guybedford
Copy link
Contributor Author

Ah good point - that was just released in alpha.12 as well so I've added that to this PR too.

@guybedford guybedford merged commit b5033ed into master May 15, 2019
@guybedford guybedford deleted the deterministic-ids branch May 15, 2019 22:29
optimization: {
nodeEnv: false,
minimize: false
minimize: false,
moduleIds: 'deterministic',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

deterministic module and chunk ids is the default in production mode anyway.

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.

5 participants