kentcdodds / kentcdodds/workshop-setup
Disable source maps or even use microbundle
Open
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 41
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
I've noticed that the UMD build contains a source map, so it could be smaller. It would be cool because you recommend to add it to Git, instead of installing from npm.
I'll be happy to send a PR that either:
- Disables source maps in the current webpack config;
- Uses microbundle instead of webpack (it's based on Rollup and supposed to make smaller files).
What do you think?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the current webpack configuration and the step that produces the UMD build. Compare disabling its source map with the proposed microbundle approach, then verify that the resulting package is smaller and still builds successfully for the npm and Git workflows described.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, webpack
- Domain
- build-system
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100