@nx/webpack:migrations | Nx

Migration References

Here is a list of all migrations available for this package.

  • 21.0.x

  • update-21-0-0-remove-isolated-config

    Remove isolatedConfig option for @nx/webpack:webpack

    Version: 21.0.0-beta.11

    Remove isolatedConfig option

    The isolatedConfig option is no longer supported by the @nx/webpack:webpack executor. Previously, setting isolatedConfig: false allowed you to use the executor's built-in Webpack configuration.

    If this option is set in project.json, then it will be removed in favor of an explicit webpackConfig file. The Webpack configuration file matches the previous built-in configuration of the @nx/webpack:webpack executor.

    Sample Code Changes

    project.json
    1{ 2 "targets": { 3 "build": { 4 "executor": "@nx/webpack:webpack", 5 "options": { 6 "isolatedConfig": false 7 } 8 } 9 } 10} 11
  • 20.7.x

  • 20.7.1-package-updates

    Version: 20.7.1-beta.0

    Packages

    NameVersionAlways Add to package.json
    webpack5.98.0Update only
    webpack-dev-server^5.2.1Update only
  • 20.5.x

  • 20.5.0-package-updates

    Version: 20.5.0-beta.3

    Packages

    NameVersionAlways Add to package.json
    sass-loader^16.0.4Update only
  • 19.7.x

  • 19.7.0-package-updates

    Version: 19.7.0-beta.4

    Packages

    NameVersionAlways Add to package.json
    @module-federation/enhanced~0.6.0Update only
    @module-federation/sdk~0.6.0Update only
  • 19.6.x

  • update-19-6-3-proxy-config

    Migrate proxy config files to match new format from webpack-dev-server v5.

    Version: 19.6.3-beta.0

    19.6.0-package-updates

    Version: 19.6.0-beta.1

    Packages

    NameVersionAlways Add to package.json
    webpack-dev-server^5.0.4Update only