module.exports = function (name, { defaultConfig }) {
let config = {
...defaultConfig,
// ...your configuration
}
return {
...config