From 91c2010a5e19709b9779f0ed348829df90dd665b Mon Sep 17 00:00:00 2001 From: Mattia Astorino Date: Mon, 21 Jan 2019 09:13:15 +0100 Subject: [PATCH] fix: Add webpack icon to all configuration files --- src/icons/partials/fileNames.js | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/src/icons/partials/fileNames.js b/src/icons/partials/fileNames.js index bf2112b..6aa804d 100644 --- a/src/icons/partials/fileNames.js +++ b/src/icons/partials/fileNames.js @@ -31,7 +31,6 @@ "package-lock.json": "_file_package-lock", "bower.json": "_file_bower", ".bowerrc": "_file_bower", - "webpack.js": "_file_webpack", "rollup.config.js": "_file_rollup", "rollup.config.ts": "file_rollup", "rollup-config.js": "file_rollup", @@ -46,11 +45,24 @@ "rollup.config.dev.ts": "file_rollup", "rollup.config.prod.vendor.js": "file_rollup", "rollup.config.prod.vendor.ts": "file_rollup", + "webpack.js": "_file_webpack", "webpack.config.js": "_file_webpack", "webpack.dev.js": "_file_webpack", "webpack.prod.js": "_file_webpack", "webpack.common.js": "_file_webpack", "webpackfile.js": "_file_webpack", + "webpack.config.ts": "_file_webpack", + "webpack.dev.ts": "_file_webpack", + "webpack.prod.ts": "_file_webpack", + "webpack.common.ts": "_file_webpack", + "webpackfile.ts": "_file_webpack", + "webpack.ts": "_file_webpack", + "webpack.config.coffee": "_file_webpack", + "webpack.dev.coffee": "_file_webpack", + "webpack.prod.coffee": "_file_webpack", + "webpack.common.coffee": "_file_webpack", + "webpackfile.coffee": "_file_webpack", + "webpack.coffee": "_file_webpack", "ionic.config.json": "_file_ionic", ".io-config.json": "_file_ionic", "gulpfile.js": "_file_gulp",