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

Link CSS browser-version question to the WebPack autoprefixer value #15

Closed uglow closed 8 years ago

uglow commented 8 years ago

Currently, the buildCSS sub-generator asks a question about browser version support (this question should really be inside the app generator, as the question has broader implications than just for CSS (e.g. it could mean loading shims for JS libraries as well).

At the moment, the autoprefixer parameters in webpack.buildCSS.config.js.tpl are hard-coded to "last 2 versions". This should change, somehow, to reflect the users choices.