Persisted "Show content of concatenated modules" with localStorage #322
Conversation
Thanks! We should probably guard for |
Yep, we should create a small module that will wrap all the |
Done in latest commit. Instead of creating a new module, I used |
Co-Authored-By: Yuriy Grunin <grunin.ya@ya.ru>
Should be ok now @ 9823e7c |
Looks good to me, what do you think @th0r? It would be nice to have a changelog entry for this, similar to what we have for other things. This would be an "Improvement" change |
News on this? |
@lorenzos could you add a note to |
Done. Sorry, I didn't get that the request was addressed to me back then :) |
Thanks, merged! |
This has been released in v3.7.0 |
As discussed in #321.
To my surprise, this works also when
{ analyzerMode: 'static' }
: I didn't know browsers savelocalStorage
for local files too.