JeffreyWay / laravel-elixir-vueify

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

does this work with laravel 5.3.18 and vue2? #33

Closed steve-rhodes closed 8 years ago

steve-rhodes commented 8 years ago

I get an error when running gulp after following your instructions to install.

Also, what about the line require('laravel-elixir-vue-2'); in gulpfile.js? Are we supposed to remove it?

error:

    Elixir.config.js.browserify.transformers.push({
                               ^

TypeError: Cannot read property 'transformers' of undefined
echr commented 8 years ago

check issue #24 ,, you need to npm install laravel-elixir-browserify-official and add require('laravel-elixir-browserify-official'); in the gulp file.

steve-rhodes commented 8 years ago

thanks