@v4fire/client
Version:
V4Fire client core library
18 lines (14 loc) • 308 B
JavaScript
;
/*!
* V4Fire Client Core
* https://github.com/V4Fire/Client
*
* Released under the MIT license
* https://github.com/V4Fire/Client/blob/master/LICENSE
*/
const
config = require('@config/config');
/**
* Options for `webpack.stats`
*/
module.exports = config.webpack.stats() ?? false;