Michael Mentele
Michael Mentele
[joshribakoff-sm](https://github.com/joshribakoff-sm) want to share your custom resolver?
Let me take a poke at it.
Should get to it this week
Feeling a bit blocking profiling this by https://github.com/redwoodjs/redwood/issues/5425
I did toggle the source map in a generated webpack config -- I need to run several trials to see if it made a reasonable difference.
I noted that the actual subtests take O(ms) while the net runtime takes O(10s) this implies that the bottleneck is at transpilation or loading or some other setup / initialization...
This could be a terrible and unnecessary idea. Some downsides could be that is just isn't practical to eject config that is so closely coupled to redwood-isms. For example, special...
RW version 1.0.0-rc.6
It's also odd that `scaffold` didn't add `.stories` or `.test` files for the components it generated.
It's not obvious to me why scaffolds are in their own class? Aren't they just an aggregate more or less? Don't they essentially cobble together a bunch of other generators?