Skip to content

Commit 535e6bf

Browse files
committed
Removed random semi-colon in webpack README
1 parent 1412ab4 commit 535e6bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/webpack/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ By default, `@svgr/webpack` includes a `babel-loader` with [an optimized configu
105105
It is possible to detect the module that requires your SVG using [`Rule.issuer`](https://webpack.js.org/configuration/module/#rule-issuer) in Webpack. Using it you can specify two different configurations for JavaScript and the rest of your files.
106106

107107
```js
108-
;[
108+
[
109109
{
110110
test: /\.svg(\?v=\d+\.\d+\.\d+)?$/,
111111
issuer: {

0 commit comments

Comments
 (0)