jamesplease / jamesplease/react-redux-resource
Ensure prop types is removed from dist build
Open
build
- Dominant language
- JavaScript
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
There's some lingering prop-types code in there bloating the build size.
With prop-types bloat:
`4.16kb`
After prop-types is removed:
`3.39 kB`
So this is pretty important.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the configuration or entry point that produces the dist build and inspect the generated bundle for prop-types code. Verify the change by rebuilding and confirming that prop-types is absent and the bundle is close to the reported 3.39 kB size.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, react
- Domain
- build-system, performance
- Issue type
- Refactor
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100