docs(webpack): fix incorrect type for svgr option in withReact example (#19197)
This commit is contained in:
parent
87bb11ed0b
commit
867a5a81cd
@ -150,7 +150,7 @@ module.exports = composePlugins(
|
|||||||
withNx(), // always pass withNx() first
|
withNx(), // always pass withNx() first
|
||||||
withReact({
|
withReact({
|
||||||
styles: ['my-app/src/styles.css'],
|
styles: ['my-app/src/styles.css'],
|
||||||
svgr: true,
|
svgr: false,
|
||||||
postcssConfig: 'my-app/postcss',
|
postcssConfig: 'my-app/postcss',
|
||||||
}),
|
}),
|
||||||
(config) => {
|
(config) => {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user