Anastasia-Labs / lucid-evolution

https://anastasia-labs.github.io/lucid-evolution/
37 stars 10 forks source link

using lucid-evolution in browser environment #192

Closed cmorgado closed 1 month ago

cmorgado commented 1 month ago

In order to package the source code using webpack there is the need to add the following configuration

resolve: { fallback: { crypto: false }, }

otherwise bundling will fail

image

solidsnakedev commented 1 month ago

fixed https://github.com/Anastasia-Labs/lucid-evolution/pull/208