# Feature ## Why is this feature being added? <img width="896" alt="screen shot 2018-03-24 at 7 18 21 pm" src="https://user-images.githubusercontent.com/9523719/37871048-e3dce5b6-2f98-11e8-8391-0cedad5380b3.png"> 1. Raven is a non-critical asset that is acting as render-blocking item. Make it async or defer it to get a faster "first paint". 2. `react-table` is an unused dependency. 3. `notification.css` is being requested separately from the main style bundle. ## What should your feature do? 1. Use `defer` or `async` on Raven. 2. Delete everything referencing `react-table` 3. Bundle `notification.css` via `import` in `src/index.js`
Feature
Why is this feature being added?
react-tableis an unused dependency.notification.cssis being requested separately from the main style bundle.What should your feature do?
deferorasyncon Raven.react-tablenotification.cssviaimportinsrc/index.js