FormidableLabs / spectacle-boilerplate

[DEPRECATED] Boilerplate project for getting started with Spectacle Core
580 stars 192 forks source link

Set babel-loader cacheDirectory to true. #59

Open 0xjocke opened 6 years ago

0xjocke commented 6 years ago

We do this to avoid potentially expensive Babel recompilation.

Depending on the change, we can get up to 2x speed improvements on rebuilds.

https://github.com/babel/babel-loader/

We don't see too much improvement in the small example, but as we add more slides the cache helps.