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
  • !11201

Webpack 5

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Administrator requested to merge wp5 into main Jul 12, 2021
  • Overview 29
  • Commits 35
  • Pipelines 0
  • Changes 49

Created by: raix

WP5 branch

  • Updating webpack to v5
  • Update dependencies related to webpack 5
  • Update postcss to v8
  • Fix eslint shareable config to be self contained regarding dependencies
  • Testing Webpack 5 error overlay instead of the CRA overlay (ref: outstanding formatting issue)

Breaking changes:

  • No node js builtin shims (breaking as in Webpack 5)
  • Removed WatchMissingNodeModulesPlugin
  • Dropped node v10 + v12 support
  • Webpack Development Server pathname default is now "/ws" (prev: '/sockjs-node')

Closing #9994 (closed)

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: wp5