Closed tjementum closed 5 months ago
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
@tjementum nice work 🎉 - I did not trust that we could move the postcss and browserslist out in to the root package.json file, but learned something new 😃
Summary & Motivation
Consolidate shared configurations and simplify the code structure for better maintainability and consistency across self-contained systems.
Move
ErrorPage
andNotFoundPage
toshared-webapp
, and removefavicon.ico
androbots.txt
from the BackOffice self-contained system. RenameLandingPage
toHome
, and simplifymain.tsx
by removing null checks. Consolidate various configurations into the rootpackage.json
, includingbrowserslist
, and Tailwind PostCSS. Remove unused dependencies likereact-aria-components
andreact-dom-confetti
from each self-contained system.Checklist