11 lines
610 B
JSON
11 lines
610 B
JSON
{
|
|
"generators": {
|
|
"rewrite-web-internal-subpath-imports": {
|
|
"version": "23.0.0-beta.25",
|
|
"description": "Rewrites `@nx/web/src/*` subpath imports now that the `./src/*` subpath is no longer exposed by `@nx/web`'s exports map. Named imports/exports of public symbols are routed to `@nx/web` and the rest to the new `@nx/web/internal` entry; `require`, dynamic `import` and `jest.mock` calls reference the whole module and are routed to `@nx/web/internal`.",
|
|
"implementation": "./dist/src/migrations/update-23-0-0/rewrite-internal-subpath-imports"
|
|
}
|
|
},
|
|
"packageJsonUpdates": {}
|
|
}
|