indexr
indexr copied to clipboard
Allow indexr to output different named exports of module collections
trafficstars
Example:
import {list, object, reducers} from './plugins/index.r';
This means we need to output only a single file but to implement we would need to have https://github.com/ryardley/indexr/issues/12 done as the configuration would be more complex that one can easily achieve from the commandline.