Sorry, I missed mentioning a step.
Since both dev methods work differently, you should copy the fonts to public/fonts
folder. You can use postinstall
for this to auto copy it, like I did in the first solution.
Next, you can use that path for folders.
$fa-font-path: "/fonts"; // for public/fonts
$roboto-font-path: "/fonts";
This should work. I've attached an example code, which is a fixed version of your code with a Gantt Chart.
And besides that, turbopack detects a lot of deprecations:
We have noticed those warnings and created a ticket, if you want to stay in loop, you can subscribe to it: https://github.com/bryntum/support/issues/10184