Please tag @edx/arch-team on any PRs or issues.
React app for user account management.
The production Webpack configuration for this repo uses Purgecss to remove unused CSS from the production css file. In webpack/webpack.prod.config.js the Purgecss plugin is configured to scan directories to determine what css selectors should remain. Currently the src/ directory is scanned along with all @edx/frontend-component* node modules and paragon. If you add and use a component in this repo that relies on HTML classes or ids for styling you must add it to the Purgecss configuration or it will be unstyled in the production build.