File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -231,9 +231,9 @@ Output files into a directory.
231
231
232
232
Specify a template function (API) to change default index.js output (when --out-dir is used).
233
233
234
- | Default | CLI Override | API Override |
235
- | ---------------------------------------------------------------------------------------------- | ------------------ | -------------------------- |
236
- | [ ` basic template ` ] ( https://github.com/gregberge/svgr/blob/main/packages/cli/src/dirCommand.ts ) | ` --index-template ` | indexTemplate: files => '' |
234
+ | Default | CLI Override | API Override |
235
+ | ---------------------------------------------------------------------------------------------- | ------------------ | ------------- |
236
+ | [ ` basic template ` ] ( https://github.com/gregberge/svgr/blob/main/packages/cli/src/dirCommand.ts ) | ` --index-template ` | not available |
237
237
238
238
## index.js file
239
239
@@ -247,9 +247,9 @@ Disable index.js file generation
247
247
248
248
When used with ` --out-dir ` , it ignores already existing files.
249
249
250
- | Default | CLI Override | API Override |
251
- | ------- | ------------------- | ------------------------- |
252
- | ` false ` | ` --ignore-existing ` | ` ignoreExisting: boolean ` |
250
+ | Default | CLI Override | API Override |
251
+ | ------- | ------------------- | ------------- |
252
+ | ` false ` | ` --ignore-existing ` | not available |
253
253
254
254
## Filename case
255
255
You can’t perform that action at this time.
0 commit comments