Ryan Weaver
Ryan Weaver
Oh, and I think you were actually trying to point out the error 🤦 you get that error if you’re using node 10. But if we removed node 10 support...
Have you used Encore.publicPath()? That’s what Stof was referring to. That method controls the manifest prefix, though I’ll admit that this stuff gets complex when it comes to the dev...
Hey @giero! Is the problem only that the paths are wrong in manifest.json? Or is there some other problem? It could be related to #907 if it's just about manifest.json....
Yea, I understand. It's a matter of having relative paths in the final CSS files. I don't know if that's possible - it's not something I've looked into recently. Sorry...
Hi guys! See #455 for an initial attempt at this. But, I need real-world feedback before that PR can continue. Thanks!
We take some shortcuts with our dependencies in Encore - requiring some packages *for* you so that you don't need to (this has pros and cons). What version of yarn...
The current situation doesn't seem right... but is probably quite hard to fix: the `manifest.json` and `entrypoints.json` themselves are already generated via hooks into Webpack, which are oddly complex to...
So the question is: what would you expect the `entrypoints.json` and `manifest.json` to look like? I mentioned that there should only be 1 Webpack entry simply due to the technical...
Hey @hailwood! > the webpack docs say to add the following so we can do import styleBody from './injectableStyles.css?raw'; Can you point me to the Webpack docs that mention this?...
> Sure thing, it's under the asset modules docs :) Thank you! I don't know why that was so hard for me to find! So raw isn’t a feature... this...