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
Weakmap is not supplied by bower package, but is required in code from '../lib/weakmap'. I can not use weakmap, installed independently.
The text was updated successfully, but these errors were encountered:
Weakmap is already included in dist/knockout-es5.min.js and dist/knockout-es5.js
Sorry, something went wrong.
This is still causing issues for me. var WM = global.WeakMap || require('../lib/weakmap');
var WM = global.WeakMap || require('../lib/weakmap');
Why have this line if the weakmap file doesn't exist?
No branches or pull requests
Weakmap is not supplied by bower package, but is required in code from '../lib/weakmap'. I can not use weakmap, installed independently.
The text was updated successfully, but these errors were encountered: