Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(react-icons): Do not minimize build output and chunk icon files #373

Merged
merged 2 commits into from
Dec 6, 2021

Commits on Dec 6, 2021

  1. chore(react-icons): Do not minimize build output and chunk icon files

    Webpack builds a lot slower due when using running on large minified
    files. To fix this, the PR adds a `.babelrc` file with `compact: false`
    so the result is kept prettified (which is the default output of
    Typescript).
    
    Additionally, modified `convert.js` so that the output icons are
    chunked. This means that there will only be 500 icons per file. All
    contents of chunked files are exported from `index.ts`. This improves
    the build to ~1.5 minutes.
    ling1726 committed Dec 6, 2021
    Configuration menu
    Copy the full SHA
    88984b8 View commit details
    Browse the repository at this point in the history
  2. gitignore

    ling1726 committed Dec 6, 2021
    Configuration menu
    Copy the full SHA
    8ba7d02 View commit details
    Browse the repository at this point in the history