jackmellis / require-extension-hooks-vue

Simple parser for vue files
27 stars 16 forks source link

Erroring with Vue 2.4.x #16

Closed eddyerburgh closed 7 years ago

eddyerburgh commented 7 years ago

It looks like there's a problem with Vue 2.4.0 and require-extension-hooks-vue:

TypeError: this._init is not a function
    at Array.Vue$3 (/Users/eyerburgh/Sites/avoriaz-ava-example/node_modules/vue/dist/vue.runtime.common.js:4290:8)
    at transpile (/Users/eyerburgh/Sites/avoriaz-ava-example/node_modules/require-extension-hooks/src/hook.js:26:26)
    at hook (/Users/eyerburgh/Sites/avoriaz-ava-example/node_modules/require-extension-hooks/src/hook.js:15:22)
eddyerburgh commented 7 years ago

Closed with https://github.com/eddyerburgh/avoriaz-ava-example/issues/10