Readmore.js icon indicating copy to clipboard operation
Readmore.js copied to clipboard

What is the best way to import it in webpack

Open ametthey opened this issue 4 years ago • 2 comments

Hello, i'm wondering what is the best way to import it in js ?

import readmore from 'readmore-js';
import readmore-js from 'readmore-js';
import Readmore from 'readmore-js'; 

Thanks a lot, great plugin !

ametthey avatar Jan 07 '21 19:01 ametthey

Hi @ametthey check this out if you haven't solved this issue already: https://github.com/jedfoster/Readmore.js/issues/237#issuecomment-621259811

import Readmore from 'readmore-js';

worked for me

martinbjeldbak avatar Jan 09 '21 12:01 martinbjeldbak

Hello, thanks a lot for answering, but it's not working for me Here is an image of what I have Capture d’écran 2021-01-16 à 19 47 02

ametthey avatar Jan 16 '21 18:01 ametthey