kentcdodds / kentcdodds/workshop-setup

Disable source maps or even use microbundle

Open
#4 2 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.