UNPKG

nyg-jam3

Version:

Jam3 project scaffold generator based on nyg

6 lines (5 loc) 154 B
module.exports = (baseConfig, env, defaultConfig) => { const config = Object.assign({}, defaultConfig); // Extend it as you need. return config; };