docs(webpack): fix incorrect type for svgr option in withReact example (#19197)

This commit is contained in:
Aiven Song 2023-09-28 10:09:44 -07:00 committed by GitHub
parent 87bb11ed0b
commit 867a5a81cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -150,7 +150,7 @@ module.exports = composePlugins(
withNx(), // always pass withNx() first
withReact({
styles: ['my-app/src/styles.css'],
svgr: true,
svgr: false,
postcssConfig: 'my-app/postcss',
}),
(config) => {