Eduardo Campaña

Results 19 comments of Eduardo Campaña

Hi there, Has there been progress on this issue? I'm trying this plugin, and I see that the chunks are using the correct `publicPath`, but images do not. Is there...

Oh, that's nice! I left the project where I was working with `partytown` so I couldn't find time to debug and figure out what was happening. I'm glad you found...

Dropping this here because the previous solutions do not work. https://github.com/agoldis/webpack-require-from Not sure if this plugin would work on server side though. It looks like it only tries to find...

@luisherranz I tried the plugin mentioned in my previous comment but once it is added to the `package.json` and I run `npm i`, I get a bunch of TS errors:...

@luisherranz Nop they didn't. It looks like webpack needs the variable set at the entry point, before everything else, so changing the variable inside a function has no effect :/

@luisherranz Apparently the plugin works well with chunks, but not with other assets. There is an issue open on that: https://github.com/agoldis/webpack-require-from/issues/8 Is there a way to manipulate the emotion compiled...

@luisherranz I think we can get rid of this issue preprocessing the CSS. If we change the way we SSR the styles, like explained [here](https://emotion.sh/docs/ssr#advanced-approach), and we use `@emotion/cache`, which...

The last solution I proposed doesn't work either. Classes are generated with the styles string before being preprocessed in the cache, so even if it is replaced in the cache,...

@luisherranz I don't know, but we are updating to Webpack 5 after the WordCamp because we are running already into some conflicts with other packages. So, I'll try after that....