<!-- Please make sure you have read the submission guidelines before posting an PR --> <!-- https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md#-submitting-a-pr --> <!-- Please make sure that your commit message follows our format --> <!-- Example: `fix(nx): must begin with lowercase` --> <!-- If this is a particularly complex change or feature addition, you can request a dedicated Nx release for this pull request branch. Mention someone from the Nx team or the `@nrwl/nx-pipelines-reviewers` and they will confirm if the PR warrants its own release for testing purposes, and generate it for you if appropriate. --> ## Current Behavior <!-- This is the behavior we have today --> ## Expected Behavior <!-- This is the behavior we should expect with the changes in this PR --> ## Related Issue(s) <!-- Please link the issue being fixed so it gets closed when this is merged. --> Fixes #
41 lines
1.1 KiB
JSON
41 lines
1.1 KiB
JSON
{
|
|
"generators": {
|
|
"update-17-2-1-webpack-config-setup": {
|
|
"cli": "nx",
|
|
"version": "17.2.1-beta.0",
|
|
"description": "Add webpack.config.js file when webpackConfig is not defined",
|
|
"implementation": "./src/migrations/update-17-2-1/webpack-config-setup"
|
|
},
|
|
"update-19-6-3-proxy-config": {
|
|
"cli": "nx",
|
|
"version": "19.6.3-beta.0",
|
|
"description": "Migrate proxy config files to match new format from webpack-dev-server v5.",
|
|
"implementation": "./src/migrations/update-19-6-3/proxy-config"
|
|
}
|
|
},
|
|
"packageJsonUpdates": {
|
|
"19.6.0": {
|
|
"version": "19.6.0-beta.1",
|
|
"packages": {
|
|
"webpack-dev-server": {
|
|
"version": "^5.0.4",
|
|
"alwaysAddToPackageJson": false
|
|
}
|
|
}
|
|
},
|
|
"19.7.0": {
|
|
"version": "19.7.0-beta.4",
|
|
"packages": {
|
|
"@module-federation/enhanced": {
|
|
"version": "~0.6.0",
|
|
"alwaysAddToPackageJson": false
|
|
},
|
|
"@module-federation/sdk": {
|
|
"version": "~0.6.0",
|
|
"alwaysAddToPackageJson": false
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|