We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f432b97 commit 6fc4d37Copy full SHA for 6fc4d37
packages/workspace/src/utils/cli-config-utils.ts
@@ -65,6 +65,8 @@ export function replaceAppNameWithPath(
65
'defaultConfiguration',
66
'maximumError',
67
'name',
68
+ 'type',
69
+ 'outputHashing',
70
]; // Some of the properties should not be renamed
71
return Object.keys(node).reduce(
72
(m, c) => (
0 commit comments