Skip to content

Commit

Permalink
Add cjs.map icon association (Closes #912)
Browse files Browse the repository at this point in the history
  • Loading branch information
PKief committed Dec 15, 2020
1 parent 431d8c9 commit 23d2f66
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/icons/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,10 @@ export const fileIcons: FileIcons = {
},
{ name: 'nuxt', fileNames: ['nuxt.config.js', 'nuxt.config.ts'] },
{ name: 'ocaml', fileExtensions: ['ml', 'mli', 'cmx'] },
{ name: 'javascript-map', fileExtensions: ['js.map', 'mjs.map'] },
{
name: 'javascript-map',
fileExtensions: ['js.map', 'mjs.map', 'cjs.map'],
},
{ name: 'css-map', fileExtensions: ['css.map'] },
{
name: 'lock',
Expand Down

0 comments on commit 23d2f66

Please sign in to comment.