indexr icon indicating copy to clipboard operation
indexr copied to clipboard

Allow indexr to output different named exports of module collections

Open ryardley opened this issue 9 years ago • 0 comments
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.

ryardley avatar Aug 14 '16 19:08 ryardley