Skip to content

Commit

Permalink
feat(svgo): add .svgorc.js config file support (#451)
Browse files Browse the repository at this point in the history
#412 add any SVGO config format support but missing .svgorc.js
  • Loading branch information
kuoruan committed Jun 26, 2020
1 parent 6d605d6 commit 8049b1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/plugin-svgo/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ const explorer = cosmiconfigSync('svgo', {
searchPlaces: [
'package.json',
'.svgorc',
'.svgorc.js',
'.svgorc.json',
'.svgorc.yaml',
'.svgorc.yml',
Expand Down

1 comment on commit 8049b1a

@vercel
Copy link

@vercel vercel bot commented on 8049b1a Jun 26, 2020

Choose a reason for hiding this comment

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

Please sign in to comment.