bootleg_phoenix icon indicating copy to clipboard operation
bootleg_phoenix copied to clipboard

Replace brunch with webpack

Open StephaneRob opened this issue 6 years ago • 3 comments

Phoenix will use webpack in the next release https://github.com/phoenixframework/phoenix/pull/2779

StephaneRob avatar Apr 10 '18 17:04 StephaneRob

@rjanja @StephaneRob @willfore Should we be concerned about only supporting webpack now, or would we be better off supporting both and having some sort of auto-detection for a while?

Maybe the real answer is to just have a line in the README that says "Use bootleg_phoenix version 0.2.0 for phoenix versions older than 1.4"

thoughts?

brienw avatar Oct 17 '18 19:10 brienw

I would say updating the README would be a good solution. Since webpack will be the standard in 1.4 going forward.

willfore avatar Oct 17 '18 19:10 willfore

I’m also in favor of the documentation change. As this package exists to provide the most common solution for users deploying a Phoenix app, it makes sense to keep things simple and just support the latest. For other use cases a custom task can always be hand-rolled.

rjanja avatar Oct 17 '18 19:10 rjanja