Closed xDisfigure closed 4 years ago
Code Climate has analyzed commit 8a501c8e and detected 0 issues on this pull request.
View more on Code Climate.
Thank you 🙏 Useful feature
Thanks for the PR :tada: . I'll try to make a release today.
Thanks for the PR 🎉 . I'll try to make a release today.
with pleasure, thanks for your fast reply !
Seems like updating dependencies isn't as straightforward as I originally intended. No runtime issues, but looks like babel's type guards don't work as expected anymore. I need to figure out what's happening (at least to pin the relevant libraries) before shipping a new release. Can't do it just yet sorry, we'll have to wait a bit (unless somebody takes a look at it).
I've opened #169 for tracking purposes.
Should be released on npm under 0.8.0 tag. Thanks again for the contribution.
Feature
Request
Config: outputPath function support
Expected
I would like to have the control over the outputPath value so it can directly writes changes to a specific locale file.
ℹ️ Important to consider
That option will only be available for javascript babel config file
Context & Usage
In our application locales cannot be extracted into the same folder because they are shared across the app. Its only after our build we copy every locales to the same folder (
public/locales/
)Example: Folder structure
Example: babel.config.js