allanwhite / spike-webpack

Building a demo based on Spike, with Webpack.
1 stars 0 forks source link

Slow compile times #4

Open allanwhite opened 8 years ago

allanwhite commented 8 years ago

When working with Jade files using spike watch, compile times are running from 2-3 seconds. Does the "selective compile" feature allow for more granularity?

Discussion

allanwhite commented 8 years ago
  1. Sounds like there's an issue in posthtml-jade that, when resolved, will help.
  2. The fs-snapshot project will enable webpack to only process deltas at a file level, and allow compression as well.