-
Notifications
You must be signed in to change notification settings - Fork 27
Library naming issue #29
New issue
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
Comments
It's a bug, please fix it :D |
The files in |
Yes, for me on MAC it works as a charm as well but as soon as I try to deploy it on any Linux machine (which is formatted to be Case sensitive), the build fails. The require in the component is fine but when webpack builds it, either browserify or babel imports its as |
…ias for autonumeric dependency
Fixes autoNumeric#29, autoNumeric#25 remove requirement of webpack alias for autonumeric de…
vue-autoNumeric/dist/vue-autonumeric.js
Line 8 in 252d616
vue-autoNumeric/dist/vue-autonumeric.js
Line 12 in 252d616
require("AutoNumeric") looking for wrong way. it should be renamed to require("autonumeric") (lowercase)
When I change it to lowercase it start working.
Any idea?
The text was updated successfully, but these errors were encountered: