Skip to content

Commit

Permalink
docs(webpack): fix incorrect type for svgr option in withReact example (
Browse files Browse the repository at this point in the history
  • Loading branch information
aivenaivenaiven authored Sep 28, 2023
1 parent 87bb11e commit 867a5a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/shared/packages/webpack/webpack-plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) => {
Expand Down

1 comment on commit 867a5a8

@vercel
Copy link

@vercel vercel bot commented on 867a5a8 Sep 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nx-dev – ./

nx-dev-git-master-nrwl.vercel.app
nx.dev
nx-dev-nrwl.vercel.app
nx-five.vercel.app

Please sign in to comment.