Skip to content

Commit

Permalink
Removed random semi-colon in webpack README
Browse files Browse the repository at this point in the history
  • Loading branch information
smol-honk authored and gregberge committed Sep 12, 2021
1 parent fdb4a82 commit e76205c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/webpack/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ By default, `@svgr/webpack` includes a `babel-loader` with [an optimized configu
It is possible to detect the module that requires your SVG using [`Rule.issuer`](https://webpack.js.org/configuration/module/#ruleissuer) in Webpack 5. Using it you can specify two different configurations for JavaScript and the rest of your files.

```js
;[
[
{
test: /\.svg(\?v=\d+\.\d+\.\d+)?$/,
issuer: /\.[jt]sx?$/,
Expand Down

0 comments on commit e76205c

Please sign in to comment.