Plutonomicon / cardano-transaction-lib

A Purescript library for building smart contract transactions on Cardano
https://plutonomicon.github.io/cardano-transaction-lib/
MIT License
91 stars 52 forks source link

Simplify bundling process #1588

Closed klntsky closed 2 months ago

klntsky commented 6 months ago

We use DefinePlugin for conditional imports for nodejs / the browser.

But we could utilize our own npm package wrappers with package.json browser field correctly set.

klntsky commented 2 months ago

https://github.com/Plutonomicon/cardano-transaction-lib/pull/1598