diff --git a/icons/rsbuild.svg b/icons/rsbuild.svg new file mode 100644 index 000000000..15560722c --- /dev/null +++ b/icons/rsbuild.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/icons/rspack.svg b/icons/rspack.svg new file mode 100644 index 000000000..5fcb6b448 --- /dev/null +++ b/icons/rspack.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/fileIcons.ts b/src/icons/fileIcons.ts index 937d791a1..e8d0809ac 100644 --- a/src/icons/fileIcons.ts +++ b/src/icons/fileIcons.ts @@ -1182,6 +1182,26 @@ export const fileIcons: FileIcons = { 'webpackfile.mts', ], }, + { + name: 'rspack', + fileNames: [ + 'rspack.config.js', + 'rspack.config.ts', + 'rspack.config.cjs', + 'rspack.config.mjs', + ], + }, + { + name: 'rsbuild', + fileNames: [ + 'rsbuild.config.ts', + 'rsbuild.config.js', + 'rsbuild.config.mjs', + 'rsbuild.config.cjs', + 'rsbuild.config.mts', + 'rsbuild.config.cts', + ], + }, { name: 'ionic', fileNames: ['ionic.config.json', '.io-config.json'] }, { name: 'gulp',