You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -245,8 +245,7 @@ your universal component flushes. Typically you have just a `main` chunk, and if
245
245
as that's the default.
246
246
247
247
-**outputPath**-***absolute path to the directory containing your client build:*** This is only needed if serving css
248
-
embedded in your served response HTML, rather than links to external stylesheets. *See [below](#3-css-instead-of-stylesheets)
249
-
for how to dothis.* It's needed to determine where in the file system to find the CSS that needs to be extract into
248
+
embedded in your served response HTML, rather than links to external stylesheets. I.e. if you are using the `Css` and `css` values in the `return API` described in the next section. It's needed to determine where in the file system to find the CSS that needs to be extract into
250
249
an in-memory string. Keep in mind if you're rendering the server with Webpack, filesystem paths may not match up, so it's important
251
250
to accurately pass the `outputPath` to your `serverRender` method. We recommend to do this by running your server
252
251
express/koa/hapi/etc code via Babel and then by requiring your Webpack server bundle into it.
0 commit comments