3317d2b1482c1bceaba422f42aeb2e1d6dbe3f25
frontend-base 2.1.x had a bug where segment wasn’t being initialized. Now it is. Also allowing frontend-base to use its default logging service, which is NewRelicLoggingService.
|Build Status| |Codecov| |npm_version| |npm_downloads| |license| |semantic-release| frontend-app-profile ==================== Please tag **@edx/arch-fed** on any PRs or issues. Introduction ------------ React app for user account management. Important Note -------------- The production Webpack configuration for this repo uses `Purgecss <https://www.purgecss.com/>`_ 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. .. |Build Status| image:: https://api.travis-ci.org/edx/frontend-app-profile.svg?branch=master :target: https://travis-ci.org/edx/frontend-app-profile .. |Codecov| image:: https://img.shields.io/codecov/c/github/edx/frontend-app-profile :target: https://codecov.io/gh/edx/frontend-app-profile .. |npm_version| image:: https://img.shields.io/npm/v/@edx/frontend-app-profile.svg :target: https://www.npmjs.com/package/@edx/frontend-app-profile .. |npm_downloads| image:: https://img.shields.io/npm/dt/@edx/frontend-app-profile.svg :target: https://www.npmjs.com/package/@edx/frontend-app-profile .. |license| image:: https://img.shields.io/npm/l/@edx/frontend-app-profile.svg :target: @edx/frontend-app-profile .. |semantic-release| image:: https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg :target: https://github.com/semantic-release/semantic-release
Languages
JavaScript
96.6%
SCSS
2.2%
Makefile
1%
HTML
0.2%