vuera icon indicating copy to clipboard operation
vuera copied to clipboard

Babel return partial white page when compiled

Open marceloavf opened this issue 6 years ago • 4 comments

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

  • Node/npm version: Node v9.11.2/npm 6.0.0

Thanks again @akxcv

marceloavf avatar Jun 27 '18 03:06 marceloavf

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.

akxcv avatar Jun 27 '18 19:06 akxcv

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!

marceloavf avatar Jun 27 '18 23:06 marceloavf

@akxcv any news?

artalar avatar Aug 10 '18 04:08 artalar

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

akxcv avatar Aug 10 '18 06:08 akxcv