File tree 1 file changed +3
-4
lines changed
1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -18,10 +18,9 @@ DON'T FORGET TO INSTALL / UPDATE THE `svgo` PACKAGE after you update `svg-loader
18
18
19
19
[ Documentation: Using loaders] ( http://webpack.github.io/docs/using-loaders.html )
20
20
21
- Svgo-loader just passes config
22
- to the [ svgo] ( https://github.com/svg/svgo ) library.
21
+ Svgo-loader just passes config to the [ svgo] ( https://github.com/svg/svgo ) library.
23
22
24
- ### Put the SVGO config into loared 's ` options `
23
+ ### Put the SVGO config into loader 's ` options `
25
24
26
25
``` javascript
27
26
module .exports = {
@@ -87,7 +86,7 @@ You can use `YML` or `JSON` files as external configs.
87
86
88
87
# ## Legacy Webpack v1 config
89
88
90
- There is two ways of loading svgo configuration.
89
+ There are two ways of loading svgo configuration.
91
90
You can pass it as a JSON string after loader name, like this :
92
91
93
92
` ` ` javascript
You can’t perform that action at this time.
0 commit comments