File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,5 +2,5 @@ node_modules
2
2
.DS_Store
3
3
dist
4
4
.idea
5
- .unimport- components.json
5
+ .components-info .json
6
6
components.d.ts
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ export class Context {
45
45
46
46
if ( this . options . dumpComponentsInfo ) {
47
47
const dumpComponentsInfo = this . options . dumpComponentsInfo === true
48
- ? './.unimport- components.json'
48
+ ? './.components-info .json'
49
49
: this . options . dumpComponentsInfo ?? false
50
50
51
51
this . dumpComponentsInfoPath = dumpComponentsInfo
@@ -312,7 +312,7 @@ export class Context {
312
312
if ( ! Object . keys ( this . _componentNameMap ) . length )
313
313
return
314
314
315
- debug . components ( 'generating components.json ' )
315
+ debug . components ( 'generating components-info ' )
316
316
return writeComponentsJson ( this , removeUnused )
317
317
}
318
318
Original file line number Diff line number Diff line change @@ -210,7 +210,7 @@ export interface Options {
210
210
* Save unimport components into a JSON file for other tools to consume.
211
211
* Provide a filepath to save the JSON file.
212
212
*
213
- * When set to `true`, it will save to `./.unimport- components.json`
213
+ * When set to `true`, it will save to `./.components-info .json`
214
214
*
215
215
* @default false
216
216
*/
You can’t perform that action at this time.
0 commit comments