You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
build: ensure schematic code runs as commonjs in NPM output
The CLI does not yet support running schematics as ESM. For this
we actually still emit CommonJS output for schematics. We need to
add a sub-directory `package.json` for the schematic folders though
as otherwise NodeJS would incorrectly treat the `.js` schematic files
as ESM due to the top-level package.json file setting `type: module`.
0 commit comments