Skip to content

Latest commit

 

History

History
executable file
·
32 lines (25 loc) · 1.49 KB

README.rst

File metadata and controls

executable file
·
32 lines (25 loc) · 1.49 KB

Build Status Coveralls npm_version npm_downloads license

frontend-app-profile

Please tag @edx/arch-team on any PRs or issues.

Introduction

React app for user account management.

Important Note

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.