UNPKG

reactui

Version:

A components library for ReactJS. This is part of the Gearz project

14 lines (10 loc) 220 B
import _ from 'lodash'; export default (config, options) => { if (options.development) { config = _.extend({}, config, { devtool: 'sourcemap' }); return config; } return config; }