JB
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.
CommentArticleNov 8, 2021Phoenix 1.6.0 LiveView + esbuild + Tailwind JIT + AlpineJS - A brief tutorial.