Skip to content

Commit 8049b1a

Browse files
authored
feat(svgo): add .svgorc.js config file support (#451)
#412 add any SVGO config format support but missing .svgorc.js
1 parent 6d605d6 commit 8049b1a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/plugin-svgo/src/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ const explorer = cosmiconfigSync('svgo', {
77
searchPlaces: [
88
'package.json',
99
'.svgorc',
10+
'.svgorc.js',
1011
'.svgorc.json',
1112
'.svgorc.yaml',
1213
'.svgorc.yml',

0 commit comments

Comments
 (0)