Critical CSS plugin

@ dhaynes1206 DId you find a workaround for that? I guess it’s what happens to me now. Locally it’s creating the critical CSS file, but it’s not in production, hence I see the page with no styles for half a second before the styles are loaded.

yarn build:production fails if I change my devUrl though, what URL should I use there? I tried with localhost:8000 (creates the file in localhost and works fine, not in dev), mydevdomain.com (build fails), myproddomain.com (build fails).

Any help appreciated!

Edit: Forgot to say that I’m running Sage in a docker container.