Open marceloavf opened 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.
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!
@akxcv any news?
Not yet, didn't really have time, but I plan to get on this soon.
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 useVueWrapper
component it normally shows the component.Command trace and repository with babel.
Code reference https://github.com/pedronauck/docz/tree/feat/vue
Environment
Thanks again @akxcv