I wonder if it would be possible to run this against Webpack's generated .assets (once webpack has generated the modern bundles) rather than actual files on disk? That would keep everything in-memory and also provide a convenient place to kick off devolution for those who are controlling everything else with Webpack already.
I wonder if it would be possible to run this against Webpack's generated
.assets(once webpack has generated the modern bundles) rather than actual files on disk? That would keep everything in-memory and also provide a convenient place to kick off devolution for those who are controlling everything else with Webpack already.