UNPKG

hops-redux

Version:

React and Redux implementation for Hops

9 lines (8 loc) 240 B
const path = require('path'); module.exports = { mixins: [__dirname, path.join(__dirname, 'action-creator-dispatcher')], allowServerSideDataFetching: true, configSchema: { allowServerSideDataFetching: { type: 'boolean' }, }, };