Skip to content

Instantly share code, notes, and snippets.

@serhii-havrylenko
Created October 28, 2018 15:29
Show Gist options
  • Save serhii-havrylenko/ca581122ab8f446986a5e26e4e2af5c0 to your computer and use it in GitHub Desktop.
Save serhii-havrylenko/ca581122ab8f446986a5e26e4e2af5c0 to your computer and use it in GitHub Desktop.
packages.reduce(
(acc, name) => ({
...acc,
[`@taxi/${name}`]: path.join(basePath, name, 'src'),
}),
{},
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment