JeffreyWay / laravel-elixir-vueify

This is a very thin wrapper for Laravel Elixir and the Browserify Vueify plugin.
156 stars 30 forks source link

Fix problem with laravel-elixir 6.0.0 #23

Closed marcoskubis closed 8 years ago

marcoskubis commented 8 years ago

After laravel-elixir requires another package for browserify, the laravel-elixir-vueify stoped working (at least for me and some others). This fix it. Also run: npm install laravel-elixir-browserify-official --save-dev

nmfzone commented 8 years ago

I think this PR should be accepted @JeffreyWay

laracasts commented 8 years ago

Elixir already pulls this in for you, so we don't need to do it twice.

laracasts commented 8 years ago

Try pulling in the latest version of this package to see if it fixes things for you.

nmfzone commented 8 years ago

Thank you very much @laracasts. Now I could forget for configuring it by myself.

GMory commented 8 years ago

It still requires the pulling in of the laravel-elixir-browserify-official package. It looks like it's because elixir 6.* no longer includes it.

nmfzone commented 8 years ago

@GMory I think you're correct about "It still requires the pulling in of the laravel-elixir-browserify-official package".