Skip to content

Migrate to Webpack 5 - #218

Merged
abhishek-kaushik merged 7 commits into
mainfrom
upgrade-webpack-5
Sep 9, 2025
Merged

Migrate to Webpack 5#218
abhishek-kaushik merged 7 commits into
mainfrom
upgrade-webpack-5

Add Node.js 22 requirement and .nvmrc file

ee09085
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded Sep 9, 2025 in 46s

Build Passed

The build passed, just like the previous build.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #218 Migrate to Webpack 5.
Any changes that have been made to the main branch before the build ran are also included.

Jobs and Stages

This build has two jobs, running in parallel.

Job Node.js OS State
881.1 node Linux passed
881.2 lts\/\* Linux passed

Build Configuration

Build Option Setting
Language Node.js
Operating System Linux (Focal)
Node.js Versions node, lts/*
Build Configuration
{
  "language": "node_js",
  "os": [
    "linux"
  ],
  "dist": "focal",
  "script": [
    "npm run lint && npm run test && npm run test-build"
  ],
  "node_js": [
    "node",
    "lts/*"
  ],
  "branches": {
    "only": [
      "main",
      "beta"
    ]
  }
}