File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
archetype/ui.frontend.react Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 58
58
"react-universal-component" : " ^4.5.0"
59
59
},
60
60
"devDependencies" : {
61
- #if ($isFormsSpa)
62
61
"@babel/plugin-proposal-nullish-coalescing-operator" : " 7.10.4" ,
63
62
"@babel/plugin-proposal-optional-chaining" : " 7.10.4" ,
64
63
"@babel/plugin-proposal-private-property-in-object" : " 7.21.11" ,
65
- #end
66
64
#if ( $enableSSR == "y")
67
65
"cross-env" : " ^7.0.3" ,
68
66
"@adobe/aio-cli" : " ^8.2.0" ,
Original file line number Diff line number Diff line change @@ -259,6 +259,8 @@ if ((includeFormsenrollment == "y" || includeFormscommunications == "y") && fron
259
259
assert new File (" $appsFolder /components/adaptiveForm/checkbox" ). deleteDir();
260
260
assert new File (" $appsFolder /components/adaptiveForm/termsandconditions" ). deleteDir();
261
261
assert new File (" $appsFolder /components/adaptiveForm/verticaltabs" ). deleteDir();
262
+ } else {
263
+ assert new File (rootDir, " ui.frontend.react/config-overrides.js" ). delete();
262
264
}
263
265
264
266
You can’t perform that action at this time.
0 commit comments