Cognizant-CDE-Australia / generator-confit

Build-tool generator for current and future web.
https://odecee.github.io/generator-confit
Other
29 stars 3 forks source link

Make the Webpack config more human-readable #6

Closed uglow closed 8 years ago

uglow commented 8 years ago

Originally I tried to make it so that Webpack would work if confit.json was changed WITHOUT needing to regenerate any config. This made webpack.config.js very hard to read and understand.

This issue is about making webpack.config.js easier to read by inserting actual file names wherever possible, so that it is clearer to the developer what the configuration is. This will be at the expense of liveliness - if confit.json is changed, the developer must re-run yo confit to regenerate all the Webpack configuration.