Skip to content

Commit

Permalink
Allow the usage of dynamic configuration (#63)
Browse files Browse the repository at this point in the history
Next.js 6 now generates a vendor bundle with a dynamic filename. I'm looking for a way to handle this change.
  • Loading branch information
oliviertassinari authored and ai committed May 13, 2018
1 parent 067d6bb commit 998485b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cli.js
Expand Up @@ -176,7 +176,8 @@ function getConfig () {
const explorer = cosmiconfig('size-limit', {
searchPlaces: [
'package.json',
'.size-limit'
'.size-limit',
'size-limit.config.js'
]
})
return explorer
Expand Down

0 comments on commit 998485b

Please sign in to comment.