I have been using the solution to implement nested formatting found here: #302
This is serving me very well for a while now.
However, just now I tried to release my app using mix release and ran in the following problem:
** (Mix) Duplicated modules:
'Elixir.JaSerializer.Formatter.JaSerializer.Builder.Attribute' specified in foo_web and ja_serializer
Is there an easy way to fix or circumvent this?