We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 118d04a + 889c882 commit bd76eacCopy full SHA for bd76eac
README.md
@@ -275,7 +275,7 @@ const {
275
276
// cssHash for use with babel-plugin-dual-import
277
cssHashRaw, // hash object of chunk names to css file paths
278
- cssHash, // string: <script>window.__CSS_CHUNKS__ = ${JSON.stringify(cssHashRw)}</script>
+ cssHash, // string: <script>window.__CSS_CHUNKS__ = ${JSON.stringify(cssHashRaw)}</script>
279
CssHash, // react component of above
280
281
// important paths:
0 commit comments