We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This is a minor issue, but the last line of the file contains a source map that is loaded if you open up dev console.
//# sourceMappingURL=zxcvbn.js.map
I'd suggest either removing that line, or include the map file in the project. It doesn't break anything, just gives a 404 on the server.
The text was updated successfully, but these errors were encountered:
Don't know whats zxcvbn.js.map file used for, anyway added in vendor to resolve the error. Thanks for reporting @bradlis7..
zxcvbn.js.map
Sorry, something went wrong.
It is generated in the process of minification to allow for nicer debugging on the client side. Not absolutely necessary, but it's nice to have it.
No branches or pull requests
This is a minor issue, but the last line of the file contains a source map that is loaded if you open up dev console.
I'd suggest either removing that line, or include the map file in the project. It doesn't break anything, just gives a 404 on the server.
The text was updated successfully, but these errors were encountered: