An example Repository for Elixir/Phoenix apps with Parcel as a bundler instead of brunch (or Webpack)

Hey all! I put together a starter-pack / instructions to set up Phoenix with the new parcel-bundler instead of brunch (or webpack).

It’s pretty easy! Use parcel!

4 Likes

Hi! It’s awesome! I was looking for this, however it seems this is little bit outdated, like 6 years :slight_smile: would be great if you could update for latest stacks.

You can check my example repo - GitHub - c4710n/phoenix_custom_assets: Provides an alternative assets/ of Phoenix for using LiveView and TailwindCSS.

It’s using Vite. But in theory, you can replace it with Webpack or something else.

2 Likes

Thank you!