Compiling External Resources with Elixir
I wanted to write a simple key value parser as a macro and found out about the @external_resource
tag to allow live code reloading the modules based on external files.
https://blog.oestrich.org/2018/03/elixir-external-resources/
Read next Webpack + Phoenix