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-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -118,7 +118,7 @@ Because of the way Webpack works where "bootstrap" code must be run before any a
118
118
it's imperative bootstrap and common chunks are generated and placed at the beginning,
119
119
thereby allowing you to place dynamic chunks before your entry chunk which kickstarts app rendering.
120
120
121
-
In conjunction with your Webpack configuration (which we'll specify below), `flushChunks` solves these problems for you by consuming your Webpack compilation `stats` and generating strings and components you can embed in the final output rendered on the server.
121
+
In conjunction with your Webpack configuration (which we'll specify [below](#webpack-configuration)), `flushChunks` solves these problems for you by consuming your Webpack compilation `stats` and generating strings and components you can embed in the final output rendered on the server.
exports[`createApiWithCss() uses files with extension "no_css.js" if available 4`] =`"<scripttype='text/javascript'src='/static/main.no_css.js'></script>"`;
121
99
122
-
exports[`createApiWithCss() uses files with extension "no_css.js" if available 5`] =`
123
-
"<spanid='__styles__'>
124
-
<linkrel='stylesheet'href='/static/main.css' />
125
-
</span>"
126
-
`;
100
+
exports[`createApiWithCss() uses files with extension "no_css.js" if available 5`] =`"<linkrel='stylesheet'href='/static/main.css' />"`;
127
101
128
102
exports[`createApiWithCss() uses files with extension "no_css.js" if available 6`] =`
129
-
"<spanid='__styles__'>
130
-
<style>/Users/jamesgillmore/App/build/main.css- the css!
131
-
</style>
132
-
</span>"
103
+
"<style>/Users/jamesgillmore/App/build/main.css- the css!
104
+
</style>"
133
105
`;
134
106
135
107
exports[`createApiWithCss() uses files with extension "no_css.js" if available 7`] =`
0 commit comments