Skip to content

Commit 6fc4d37

Browse files
authored
fix(core): prevent incorrect regex replacement of app name (#13082)
1 parent f432b97 commit 6fc4d37

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/workspace/src/utils/cli-config-utils.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ export function replaceAppNameWithPath(
6565
'defaultConfiguration',
6666
'maximumError',
6767
'name',
68+
'type',
69+
'outputHashing',
6870
]; // Some of the properties should not be renamed
6971
return Object.keys(node).reduce(
7072
(m, c) => (

0 commit comments

Comments
 (0)