Skip to content

Commit a80014c

Browse files
committed
[DOC] filePattern: add link to minimatch
1 parent 2fb928f commit a80014c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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)