witnet / sheikah

A Witnet compatible desktop wallet and smart contracts development environment
https://witnet.io
GNU General Public License v3.0
37 stars 23 forks source link

Incompatibility between vite and vue-styleguidist #1834

Closed Tommytrg closed 1 year ago

Tommytrg commented 1 year ago

We are currently using vue-styleguidist, but unfortunately, it depends heavily on webpack so it doesn't work with the changes introduced in #1829.

To proceed with the merge of #1829, I suggest to remove the code related to vue-styeliguidist before the merge and making it work afterward with the workaround proposed in vue-styleguidist#1363. Here is an example of this approach: https://vue-styleguidist.github.io/Examples.html#docgen-vite.

Tommytrg commented 1 year ago

closed #1835