Jordan Pittman
Jordan Pittman
I'm a little surprised that you'd use `mix.extend()` like that but also can't immediately think of a reason it *shouldn't* work. 🤔 I'll take a look to see what it...
The HMR server is definitely launching for me here in your test project and I can load resources from it. I expect this is an interaction issue with Docker somehow....
I'd like to figure out why you didn't see the message on your set up but your friends set up did. That's a bit weird. We should do something about...
My suggestion is to reference the paths using `href` / `src` instead of importing them — however I think asset modules can be augmented to produce urls instead but I'm...
There was a reason we turned stats off but I think this is annoying enough of a problem that it should be a default — I won't have time today...
Ideally we could surface it when there are warnings and errors but not otherwise. Because yeah it’s definitely too much info normally.
This is likely because you're using the `@tailwindcss/forms` plugin. If so you can update to the latest version of that and the error should go away.
I think this is something we should fix as an opt in. But I also think the only proper way to do this is to include the hash in the...
@Moriarty1982 in the current setup the 2nd import would result in asset collisions because the image names are both `image.svg`. The first list of imports is *not* something a user...
Yes, that is an alternative option. But there are reasons one might not want to go that route. Either way it _is_ something we change.