Ray Tri

Results 15 comments of Ray Tri

I have noticed this too, it's really disappointing.

Digging even deeper into this, tree shaking is not working properly on vue from `@fortawesome/fontawesome-svg-core`. This is adding a tremendous amount of weight to the package as well. Here is...

It looks like a simple md5 hash... would something like this work? Helper function: ``` if (! function_exists('hashUrl')) { function hashUrl($url) { return "$url?".md5_file(public_path() . $url) } } ``` Implementation...

I have created a minimum reproducible test case here: https://github.com/raymondtri/client-test The issue seems to be relating to GRPC's threading functions and Apache's mod_wsgi. There is something happening where mod_wsgi drops...

Moving this one to a draft until the other one gets merged, that will be easier and ensure avoiding the custom code issue

And I will say that if for some reason I am missing something here, can we _please_ get some better documentation on the requirements to implement this?

@tagliala The last version I tested this on was FA 5.9.0, and tree-shaking was still not working on that branch either. Specifically for the svg core portion.

Good catch, I just updated to ^5.0.0 but unfortunately it still didn't solve anything. I'll work on a reproducible test case, but a Laravel 6.x base setup should work. In...

I'm running into this same error, has there been no solution found apart from manually changing this?

I was having major issues with vite, it simply would not handle the relative requires unless I split this out.