Merge multiple configuration sources: JSON files and environment properties
Adds `grunt.mergeConfig(...), which replaces
grunt.initConfig(...)`, and enables you to organize your Gruntfile by feature, rather than by task.
## mergeConfig(defaults: object, userConfig: object): object
Serverless merge config adds the ability to merge configuration after serverless variables have been evaluated.