Julien Tant

Results 46 comments of Julien Tant

```php function mix($path, $manifestDirectory = '') { return app('mix')->mix($path, $manifestDirectory); } ``` This is the way to go in my opinion.

There's two cases where the `mix()` function is useful : - You want to use HMR - You want to use the manifest file I can understand that you want...

You can simply mock the `app('mix')` in your tests then. I'm quite against the configuration here because you add in the code complexity which has the only purpose of helping...

This is more likely a problem with https://github.com/PokemonGoF/PokemonGo-Bot no ?

There are some benefits, it's much faster and much lighter, and VueJS 1 will not be supported. In addition to that, there are only a few breaking changes, so it...

It's not possible yet, that's why you can't :)