Julien Seren-Rosso
Julien Seren-Rosso
@AEugene Thanks! External animators would be awesome.
Oui, pardon, il est accessible ici : https://github.com/MTES-MCT/trackdechets (que l'on peut d'ailleurs ajouter à la liste des projets utilisant la lib !)
Branche `dev` https://github.com/MTES-MCT/trackdechets/blob/dev/front/index.html Ici j'ai toujours l'ancien script d'import d'assets et mes links pointent vers les fichiers copiés. Ici j'import la CSS en javascript https://github.com/MTES-MCT/trackdechets/blob/dev/front/src/index.tsx#L11 Lorsque j'importe la CSS directement...
Hello Joseph, I absolutely did try to update the paths but unfortunately it did not work out, vite continued to serve me index.html instead of my png / css.
I tried some of the newest NX / Vite plugin to copy the assets during the build but with no success, maybe I'm doing something wrong here : https://github.com/MTES-MCT/trackdechets/pull/3702/files We...
If I manage to copy assets to my output folder, I would still be left with the issue of dependencies (as in, the content of the main.css file) that would...
For the sake of transparency here I am now : I can't use the new `nxCopyAssetsPlugin` because you can't copy files ignored by git see [this issue](https://github.com/nrwl/nx/issues/20309#issuecomment-2348326025). Probably the same...
Thanks, that what I had settled on; I guess our tech choices won't allow direct link between index.html / node_modules. We can probably close the issue, thanks for the help...