lasso-js / lasso

Advanced JavaScript module bundler, asset pipeline and optimizer
581 stars 75 forks source link

Node cluster support - compile once across all workers instead of each? #292

Open jasonfutch opened 5 years ago

jasonfutch commented 5 years ago

Is there a way to only compile resources once when running within a node cluster? Right now it is recompiling for each worker.