Closed cw789 closed 1 year ago
Looks great! A couple notes:
Found one more issue with my solution.
target()
is used in bin_path()
→ https://github.com/phoenixframework/esbuild/blob/main/lib/esbuild.ex#L128
Means nearly everyone needs to reinstall via mix esbuild.install
...
I could additionally do a Version.compare/2
in bin_path()
or one in target()
and move legacy targets to the target()
function.
Means nearly everyone needs to reinstall via mix esbuild.install...
Well, they will have to reinstall once they change the version or update this package with a new version, so that's ok. :)
Right, sounds good. Thank you.
❤️❤️❤️🐥🔥
This is my take on https://github.com/phoenixframework/esbuild/issues/52.
It's not ready until the new breaking version number of esbuild is known for sure.Update: Ready now → esbuild v0.16.0