lasso-js / lasso

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

Making caching of lasso-slot configurable. #260

Closed taralshah007 closed 6 years ago

taralshah007 commented 6 years ago

In the case of AMP, We are seeing Out of Memory exceptions. Looks like we are creating cache for amp under .cache folder. As the lasso flags combinations are increasing, it throws out of memory exception. This PR would allow to make caching of 'lasso-tag' configurable.

<lasso-slot name="amp-slot" cache=false />
austinkelleher commented 6 years ago

Thanks! Published lasso@2.11.24 with this change.