akxcv / vuera

:eyes: Vue in React, React in Vue. Seamless integration of the two. :dancers:
MIT License
4.3k stars 243 forks source link

Babel return partial white page when compiled #46

Open marceloavf opened 6 years ago

marceloavf commented 6 years ago

Bug Report

Describe the bug

We are using vuera/babel in babel-loader plugin and it's returning a partial blank page after webpack compiles, but if we remove babel and use VueWrapper component it normally shows the component.

Command trace and repository with babel.

$ yarn install
$ yarn bs
$ yarn packages
$ cd examples/vue
$ yarn dev --debug

Code reference https://github.com/pedronauck/docz/tree/feat/vue

Environment

Thanks again @akxcv

akxcv commented 6 years ago

Hi, and thank you for the issue. I have a suspicion that the issue isn't in the babel plugin, rather it's probably in docz's setup or something, but I'll make sure to check it out when I have time.

marceloavf commented 6 years ago

No problem @akxcv, I really appreciate your effort.

I tried to disable most of the babel plugins we have and let only vuera works in it, but the blank page still appears. I'll continue debugging and inspecting it and keep you updated with any news.

Thank you so much!

artalar commented 6 years ago

@akxcv any news?

akxcv commented 6 years ago

Not yet, didn't really have time, but I plan to get on this soon.