UNPKG

@v4fire/client

Version:

V4Fire client core library

33 lines (27 loc) 475 B
'use strict'; /*! * V4Fire Client Core * https://github.com/V4Fire/Client * * Released under the MIT license * https://github.com/V4Fire/Client/blob/master/LICENSE */ const config = include('config/default'); module.exports = config.createConfig( { dirs: [__dirname], mod: '@super/config/development' }, { __proto__: config, cssMinimizer() { return { minimizerOptions: { discardComments: { removeAll: true } } }; } } );