BoltDoggy / parcel-plugin-vue

⚠️ parcel-bundler/parcel @1.7.0 support Vue Now. This plugin will be not recommended.
https://github.com/parcel-bundler/parcel
209 stars 15 forks source link

Console outputs same error multiple times #36

Closed Hammster closed 6 years ago

Hammster commented 6 years ago

Description

Script errors in .vue files output the same error multiple times, this error originates from vueify-bolt , and is inherited from vueify. I am not sure who should resolve it or if the output from vueify has a purpose at all.

https://github.com/BoltDoggy/vueify-bolt/blob/master/lib/compiler.js#L302

This is a output of my inspector for the node process.

error

This is the output in the CLI

error2

Enviroment

Software Version(s)
parcel-plugin-vue 1.5.0
Parcel 1.6.2
Vue 2.5.16
Node 8.9.4
npm/Yarn yarn 1.5.x
Operating System Win 10 x64
Hammster commented 6 years ago

i'll close this issue since the build in parcel support has arrived. Cheers 😃