bip39 icon indicating copy to clipboard operation
bip39 copied to clipboard

DevTools failed to load source map: Could not load content for file:///.../github/iancoleman/bip39/bootstrap.css.map: System error: net::ERR_FILE_NOT_FOUND

Open petjal opened this issue 3 years ago • 0 comments

I see the subject error in Google Chrome Dev Tools when loading iancoleman/bip39/bip39-standalone.html file into Google Chrome. I was expecting the standalone file to not touch any other file in any way. Maybe Chrome DevTools is being too aggressive?

.../iancoleman/bip39 $ grep "\.css\." bip39-standalone.html | cut -c 1-200
/*# sourceMappingURL=bootstrap.css.map */</style>

petjal avatar Oct 21 '21 12:10 petjal