Evan Burrell
Results
1
comments of
Evan Burrell
@supernova-at Would something like this suffice in `@magento/venia-ui/lib/targets/makeRoutesTarget.js`: ```diff - const routeList = venia.reactComponent( + venia.reactComponent( '@magento/venia-ui/lib/components/Routes/routes.js', - async ({ routes }, self) => addRoutes(self, await routes.promise([])) + async ({...