Closed punkeel closed 7 years ago
@PunKeel I can't repeat your error
I removed build
folder first
npm run build
I think you don't need to use rollup
here. I made this build for other our project.
webcrypto-core
is abstract module. It doesn't have any crypto functions. The base idea of this project is to check and prepare incoming data for crypto implementations with webcrypto interface.
I updated build
script for rollup
build
failed because I couldn't find any "final.js" file, not because of an exception
minify
(https://github.com/PeculiarVentures/webcrypto-core/blob/master/README.md#minify) threw an error, and I assume it still does: no script is defined for it
Thanks for the explanation, I got what I wanted (I assume?) by building the liner project, the minified final file being in index.js 👍 This issue might be closed if you want to
minify
Thank you for your issuer. I'll fix it
What if this doesn't happen?
npm run minify
fails, too: