Skip to content

Commit e6c79dc

Browse files
authored
Merge pull request #112 from dcyriller/doc-file-pattern
[DOC] `filePattern`: add link to minimatch
2 parents 2fb928f + a80014c commit e6c79dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,9 @@ A directory within the `bucket` that the files should be uploaded in to. It shou
118118

119119
### filePattern
120120

121-
Files that match this pattern will be uploaded to S3. The file pattern must be relative to `distDir`.
121+
Files that match this pattern will be uploaded to S3. The file pattern must be relative to `distDir`. For an advanced usage, you may want to check out [isaacs/minimatch](https://github.com/isaacs/minimatch#usage)'s documentation.
122122

123-
*Default:* '\*\*/\*.{js,css,png,gif,ico,jpg,map,xml,txt,svg,swf,eot,ttf,woff,woff2,otf,wasm}'
123+
*Default:* `'**/*.{js,css,png,gif,ico,jpg,map,xml,txt,svg,swf,eot,ttf,woff,woff2,otf,wasm}'`
124124

125125
### fileIgnorePattern
126126

0 commit comments

Comments
 (0)