Hello! I have installed react-pakaday from npm. But it doesn't work. In react-pikaday/bundled.js I see
var ReactPikaday = require('./src/Pikaday');
But in my downloaded version I don't see /src directory. If I change name of directory to "lib", Picaday will work. And "src" directory is listed in npmignore file.
What is the reason?
Thank you.
Hello! I have installed react-pakaday from npm. But it doesn't work. In react-pikaday/bundled.js I see
var ReactPikaday = require('./src/Pikaday');
But in my downloaded version I don't see /src directory. If I change name of directory to "lib", Picaday will work. And "src" directory is listed in npmignore file.
What is the reason?
Thank you.