aces / Loris

LORIS is a web-accessible database solution for longitudinal multi-site studies.
GNU General Public License v3.0
141 stars 173 forks source link

[build] Improve build speed by using ForkTsCheckerWebpackPlugin #9262

Closed driusan closed 1 month ago

driusan commented 1 month ago

This adds the transpileOnly option for tsx files and includes the ForkTsCheckerWebpackPlugin as suggested at the bottom of https://webpack.js.org/guides/build-performance/

This cuts the time it takes to run "npm run compile" on my laptop approximately in half (from about 30s to about 10-15s.)

driusan commented 1 month ago

The EEG browser doesn't pass type checks, I'm not going to fix it for this PR.