1. 37
    1. 6

      I work at NoRedInk - happy to answer any follow-up questions about this!

    2. 2

      I wish they also published something like this about the build system they use.

      1. 9

        We use Shake and esbuild!

        We used to have a custom Webpack replacement called Jetpack (motivated by Webpack being unacceptably slow for us), but esbuild is fast enough that we switched to it and no longer need Jetpack.

        https://shakebuild.com

        https://github.com/NoRedInk/jetpack

        https://esbuild.github.io