Rafael F Beraldo

Results 13 comments of Rafael F Beraldo

Any update on this @feimosi ?

Dependabot is now acknowledging vulnerabilities issues with threejs < r125 btw.

I'm having the same problem. What I noticed is that this happens only when ``electron-store`` is used as ``external`` dependency in the bundler (rollup/vite in my case). Removing it from...

No I'm not using the built-in js, forgot to mention that.

Having the same problem, the workaround is calling ``pnpm electron-builder`` instead of a package script. --- ~~I could make it work without the ``node-linker=hoisted`` (which is is the whole point...

Why do I have to import ``vue-blu/src/scss/blu`` AND ``vue-blu/dist/css/vue-blu.min.css``? (if I don't, a lot of components are broken). Shouldn't the ``blu.scss`` be enough since it already imports all elements (``@import...

Not sure why `changeset` detected major version bump, I've commited a minor change

Have any idea why is it failing on mac?

After playing a bit with `@electron/packager`, I could use their `afterCopy` hook to accomplish that. Another option I can think of, would be using `@electron/get` to download the distributed version...