fix(web): fix migration from @nrwl/web:build to @nrwl/web:webpack (#8123)

This commit is contained in:
Noriyuki Shinpuku 2021-12-16 10:43:52 +09:00 committed by GitHub
parent 5b95b4c06f
commit 230902eb5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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",