libauth icon indicating copy to clipboard operation
libauth copied to clipboard

BTC opcodes still present after tree-shaking

Open monsterbitar opened this issue 1 year ago • 0 comments

I have a BCH-only project that is packaged with Parcel.

When I run the bundle analyzer I can see both btc and bch opcodes in the vm/instruction-sets:

  • bch/2023/bch-2023-opcodes.js
  • btc/btc-opcodes.js

I'm not sure if this is intended, or if the btc-opcodes should be tree-shaken and removed from the bundle.

monsterbitar avatar Jun 15 '23 04:06 monsterbitar