Quentin Laffont

Results 67 comments of Quentin Laffont

@turkerdev @kibertoad 👋

@turkerdev @kibertoad 👋

@turkerdev @kibertoad 👋

@turkerdev @kibertoad 👋

@turkerdev @kibertoad 👋

Unfortunately no. Finally i remove the library :/

Finally I used a CSS ticker : ```jsx {text} ``` ```scss @keyframes ticker { 0% { -webkit-transform: translateX(100%); transform: translateX(100%); visibility: visible; } 100% { -webkit-transform: translateX(-100%); transform: translateX(-100%); }...

confirmed for beforeBundle: false but beforeBundle: true still say that no image module is found

@ErKeLost after a long debugging period: - beforeBundle: false don't crash on build but images are not found in dist :thinking: - beforeBundle: true, i keep you in touch with...