The root url of stripes platform is hardwired to the `@folio/stripes-core/src/components/Front` component, but we need a way to customize this.
Approach
If there is a "main" attribute inside the platform package.json, treat that as the component to render in place of `Front`. If not, fall back to rendering `Front` as before.
Environment
None
Potential Workaround
None
Attachments
1
Checklist
hide
TestRail: Results
Activity
Show:
Mike Taylor August 10, 2017 at 3:29 PM
Nice!
(I also appreciate the use of the name "Bird Person" for your e-content package. Wubalubadubdub!)
Problem
The root url of stripes platform is hardwired to the `@folio/stripes-core/src/components/Front` component, but we need a way to customize this.
Approach
If there is a "main" attribute inside the platform package.json, treat that as the component to render in place of `Front`. If not, fall back to rendering `Front` as before.