support custom PostCSS / Babel configurations #365
Labels
documentation
Greenwood specific docs
enhancement
Improve something existing (e.g. no docs, new APIs, etc)
v0.7.0
webpack (and friends) customizations
Type of Change
Summary
Currently there is no way to extend Greenwood's built in Babel and PostCSS configuration, to either add custom plugins or additional stages, as seen in #363 .
Details
In webpack.config.common.js the relative config files for both are provided and loaded. We should update this to
Only immediate thought that comes to mind that might make this tricky is that both assume the relative location of .browserslistrc which may differ now when the Babel and PostCSS files are loaded from a different location now. Not sure if .browserslistrc path can be hardcoded or configured on the fly in that case? Seems like this enhancement could / should be done along with #224 ?
The text was updated successfully, but these errors were encountered: