You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ran into this when using rollup.js to bundle paybutton.
(!) Conflicting re-exports
../react/node_modules/@bitauth/libauth/build/module/lib/vm/instruction-sets/bch/bch.js re-exports 'OpcodesBCH' from both ../react/node_modules/@bitauth/libauth/build/module/lib/vm/instruction-sets/bch/bch-instruction-sets.js and ../react/node_modules/@bitauth/libauth/build/module/lib/vm/instruction-sets/bch/bch-opcodes.js (will be ignored)
The text was updated successfully, but these errors were encountered:
… and compiler
BREAKING CHANGE: requires esm, modifies some crypto interfaces, renames many exports for
consistency, expands the program state available to vms and compilers
fixes#31, re #53, fixes#72
ran into this when using rollup.js to bundle paybutton.
The text was updated successfully, but these errors were encountered: