Externalize Baumeister specific config
nicolaisueper opened this issue · 4 comments
nicolaisueper commented
Hey there,
So far we're configuring Baumeister via the baumeister
property inside the package.json
.
I think we should consider to externalize the config into something like baumeister.json
, because if we add more user specific configs we'll bloat up our package.json
.
mischah commented
mischah commented
Further context: We will blow the settings with two properties to expose webpack plugin configs as soon as #211 is merged.
mischah commented
There actually is one argument for using an external config file. Which is easier configurability when we are transferring Baumeister to an own CLI.
mischah commented
Let’s do this.
baumeister.json
seems to be a good idea.