Search posts, tags, users, and pages
Jimmy Bosse
For anyone coming here and using Alpine 3.5 or later, you also need to modify your config.exs to change the config :esbuild section from --target=es2016 to --target=es2017 as Alpine no longer supports transpiring to es2016.
config.exs
config :esbuild
--target=es2016
--target=es2017