You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What I've recognized was, that there is no ./src/.. folder after the install, only a /dist-Folder wehre the readmore.js is inside but the Readmore.js sais: __webpack_require__(/*! ./src/readmore.js */"./src/readmore.js");
??
Then i used: require('readmore-js');
also like in the description... (even though the folder structure is now different then in 2.2.1)
Anyway followed the instruction when i have to use: new Readmore('article');
but it wont work, because it could not find "Readmore", because its not there, because it could not include readmore.js because of the missing src folder.
Even if i try to insert the src folder manually, trying to use new Readmore() in any different and possible way or something else it wont work!
For me, V3 is broken or tell me whats wrong pls.
Thank you
The text was updated successfully, but these errors were encountered:
I tried to update from 2.2.1 to 3.0x because of the unsolved issue:
#233
I've installed it like the description said:
https://github.com/jedfoster/Readmore.js/tree/version-3.0
What I've recognized was, that there is no ./src/.. folder after the install, only a /dist-Folder wehre the readmore.js is inside but the Readmore.js sais:
__webpack_require__(/*! ./src/readmore.js */"./src/readmore.js");
??
Then i used:
require('readmore-js');
also like in the description... (even though the folder structure is now different then in 2.2.1)
Anyway followed the instruction when i have to use:
new Readmore('article');
but it wont work, because it could not find "Readmore", because its not there, because it could not include readmore.js because of the missing src folder.
Even if i try to insert the src folder manually, trying to use new Readmore() in any different and possible way or something else it wont work!
For me, V3 is broken or tell me whats wrong pls.
Thank you
The text was updated successfully, but these errors were encountered: