fix(web): fix migration from @nrwl/web:build to @nrwl/web:webpack (#8123)
This commit is contained in:
parent
5b95b4c06f
commit
230902eb5a
@ -45,6 +45,12 @@
|
||||
"description": "Remove packages installed by Nx 12's `@nrwl/web:webpack5` generator.",
|
||||
"factory": "./src/migrations/update-13-0-0/remove-webpack-5-packages-13-0-0"
|
||||
},
|
||||
"rename-build-to-webpack": {
|
||||
"cli": "nx",
|
||||
"version": "13.3.0-beta.1",
|
||||
"description": "Rename the 'build' executor to 'webpack'",
|
||||
"factory": "./src/migrations/update-13-3-0/rename-build-to-webpack"
|
||||
},
|
||||
"rename-package-to-rollup": {
|
||||
"cli": "nx",
|
||||
"version": "13.3.0-beta.1",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user