UNPKG

reactui

Version:

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

19 lines (15 loc) 326 B
import _ from 'lodash'; export default (config, options) => { if (options.test) { config = _.extend({}, config, { devtool: 'inline-source-map', entry: undefined, output: { pathinfo: true }, externals: undefined }); return config; } return config; }