UNPKG

@rockpack/compiler

Version:

The easiest webpack config generator.

10 lines (8 loc) 147 B
const makeStats = (conf) => { return conf.debug ? { errorDetails: true, } : 'errors-only'; }; module.exports = makeStats;