minute
minute copied to clipboard
Using Interledger, support content creators
I followed Quick Start instructions in README.md, but got an error in npm run build. **Snippet of error log** > find node_modules -name '*.pem' -exec rm \{\} \; ; ./node_modules/.bin/webpack...
The webpack still contains an entry point for inject.js which should now be removed (or we should change webpack to inject the file instead of copying and pasting it in)
The manifest contains unsafe-eval. I did not see you eval anything in the code, can unsafe-eval be removed?