|
module.exports = factory(require("AutoNumeric")); |
|
exports["VueAutonumeric"] = factory(require("AutoNumeric")); |
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?
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?