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
Upgraded to 3.1.0 just now, and when I require('plottable') in my project, I get __VERSION__ not defined.
3.1.0
require('plottable')
__VERSION__
The browser points me to core/version.js that contains the offending line. Perhaps the sed-version task did not run properly for this build?
core/version.js
sed-version
I'm using watchify 3.8.0 and browserify 13.1.1
The text was updated successfully, but these errors were encountered:
@clarkmoody Oof, thanks for the bug report, we really should have an automated test for that. Will get this fixed immediately...
Sorry, something went wrong.
Thanks! New version 3.3.1 works well.
3.3.1
No branches or pull requests
Upgraded to
3.1.0
just now, and when Irequire('plottable')
in my project, I get__VERSION__
not defined.The browser points me to
core/version.js
that contains the offending line. Perhaps thesed-version
task did not run properly for this build?I'm using watchify 3.8.0 and browserify 13.1.1
The text was updated successfully, but these errors were encountered: