I'm trying to deploy my app-v1 to github However, receives a series of error messages. The latest:
Failed to minify the code from this file:
./node_modules/nanoid/index.browser.js:34
line 34 in index.browser.js
let random = bytes => crypto.getRandomValues(new Uint8Array(bytes))
My questions to you are:
- can I safely delete line 34?
- Or should I completely ignore using
nanoid
?
Thank you in advance for your help and time
Greetings / Peter