UNPKG

lore

Version:

Convention-driven framework for building React-Redux applications

12 lines (9 loc) 254 B
/* global __LORE_ROOT__ */ import buildDictionary from 'webpack-requiredir'; export default { load: function() { const context = require.context(`${__LORE_ROOT__}/src/actions`, true, /\.js$/); return buildDictionary(context, { }); } };