Matt Burke

Results 2 comments of Matt Burke

Oh I'm so glad I'm not the only one. I worked around this with a filter that filtered out map files: ```js const removeMapFiles = filter(['**/*', '!maps/**')], {restore: true}); //...

This is hitting us too, I was able to figure out what version we actually had been previously using and pinned our docker-compose files to that tag. In our case...