Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • C create-react-app
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1,547
    • Issues 1,547
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 417
    • Merge requests 417
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Meta
  • create-react-app
  • Merge requests
  • !4772

Remove name from splitChunks settings (#4769)

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Administrator requested to merge github/fork/TLadd/trl/fix-splitchunks-name into next Jul 16, 2018
  • Overview 1
  • Commits 1
  • Pipelines 0
  • Changes 2

Created by: TLadd

Pulled my fork of react-scripts in and ran yarn build --stats && webpack-bundle-analyzer build/bundle-stats.json. Can read about the details of this change in https://github.com/facebook/create-react-app/issues/4769, which also has a more thorough example of the effects of this webpack config change.

The source for the below screenshot has one dynamic import import("zxcvbn")

Before: Imgur

After: Imgur

Notice that 0.b6c8f3e4.chunk.js is split out of the vendor chunk, which contains zxcvbn.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/TLadd/trl/fix-splitchunks-name