vuejs / vueify

Browserify transform for single-file Vue components
MIT License
1.17k stars 152 forks source link

Upgrading vueify from 9.0.0 to 9.3.0 breaks browserify template #162

Open brokenalarms opened 7 years ago

brokenalarms commented 7 years ago

https://github.com/vuejs-templates/browserify

17:28:42] Finished 'vueify' after 9.03 ms
...
    sourceMap: options._flags.debug
                             ^

TypeError: Cannot read property 'debug' of undefined

Gives the same error as per using gulp with latest version, #138, so it is a breaking change that seems not the fault of the other tool. Therefore fixing this will fix both of these issues.

bananatron commented 7 years ago

This issue still seems to exist - a downgrade to 9.0.0 fixes this.

claudiuionita01 commented 6 years ago

I have this issues as well, using the latest version.

mtx-z commented 6 years ago

Is 7a9c05d merged in latest release ? I still have the issue

+-- laravel-elixir-vueify@1.0.6
| `-- vueify@8.7.0
`-- vueify@9.4.1

Manually changing /node_moules/vueify/index.js to match 7a9c05d fix the issue.