Skip to content

Commit

Permalink
Add webpack.production and webpack.development to webpack detection
Browse files Browse the repository at this point in the history
  • Loading branch information
Logikgate committed Jan 21, 2020
1 parent 3e779f2 commit 2afed01
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/icons/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -541,12 +541,16 @@ export const fileIcons: FileIcons = {
'webpack.config.common.babel.ts',
'webpack.dev.js',
'webpack.dev.ts',
'webpack.development.js',
'webpack.development.ts',
'webpack.config.dev.js',
'webpack.config.dev.ts',
'webpack.config.dev.babel.js',
'webpack.config.dev.babel.ts',
'webpack.prod.js',
'webpack.prod.ts',
'webpack.production.js',
'webpack.production.ts',
'webpack.server.js',
'webpack.server.ts',
'webpack.client.js',
Expand Down

0 comments on commit 2afed01

Please sign in to comment.