UNPKG

lore

Version:

Convention-driven framework for building React-Redux applications

14 lines (10 loc) 280 B
/* global __LORE_ROOT__ */ import buildDictionary from 'webpack-requiredir'; export default { load: function load() { var context = require.context(__LORE_ROOT__ + '/src/collections', false, /\.js$/); return buildDictionary(context, { // options }); } };