This repository was archived by the owner on Dec 1, 2019. It is now read-only.
This repository was archived by the owner on Dec 1, 2019. It is now read-only.
Performance guidelines - can we add them to the doc? #361
Open
Description
Hi! I'd really like to gather some performance guidelines somewhere.
TL;DR: How do I squeeze the performance when running TS+webpack(+react)?
Currently we're running a webpack + react + typescript (tsx files) project and with 1200 modules it takes around 2.5 minutes to compile. Could we document better in what way useBabel affects the build-process, in what cases transpileOnly affects tsc.
Is it possible to compile using all my cores? etc.