Sha256: b090323899f4c85eb245419df075e499beb01285de47d60cc5b234e261e8c2ba
Contents?: true
Size: 388 Bytes
Versions: 1
Compression:
Stored size: 388 Bytes
Contents
function defaultConfigFactory() { return { quiet: false, noInfo: false, host: 'localhost', port: 3001, hot: true, inline: true, publicPath: '/assets/', headers: { 'AccessControl-Allow-Origin': '*' }, stats: { colors: true, chunks: true, chunkModules: true, timings: true, }, }; } module.exports = defaultConfigFactory;
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
hauler-0.1.0 | src/defaults/dev_server_config_factory.js |