Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • C concurrent-programming-web
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 17
    • Issues 17
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Artifacts
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • 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
  • pseucopseuco
  • concurrent-programming-web
  • Merge requests
  • !32

Draft: Upgrade to webpack v5 and newer SASS

  • Review changes

  • Download
  • Patches
  • Plain diff
Closed Fabian Kosmale requested to merge upgrade_deps into react Dec 04, 2021
  • Overview 8
  • Commits 3
  • Pipelines 1
  • Changes 9

…to work with newer versions of node and because it is the future™.

This required

  • replacing eslint-loader with eslint-webpack-plugin
  • using a fork of offline-plugin working with v5
  • using webpack serve instead of webpack-dev-server command, adjust to renamed configuration options
  • use new built-in Web Workers support see (https://webpack.js.org/guides/web-workers/)

Fixups:

  • downgrade used version of d3 types to match used library version
  • fixed import issue
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: upgrade_deps