fix: Add webpack icon to all configuration files

This commit is contained in:
Mattia Astorino 2019-01-21 09:13:15 +01:00
parent 009014dfbe
commit 91c2010a5e
No known key found for this signature in database
GPG key ID: 7BE552533AB6D4E2

View file

@ -31,7 +31,6 @@
"package-lock.json": "_file_package-lock", "package-lock.json": "_file_package-lock",
"bower.json": "_file_bower", "bower.json": "_file_bower",
".bowerrc": "_file_bower", ".bowerrc": "_file_bower",
"webpack.js": "_file_webpack",
"rollup.config.js": "_file_rollup", "rollup.config.js": "_file_rollup",
"rollup.config.ts": "file_rollup", "rollup.config.ts": "file_rollup",
"rollup-config.js": "file_rollup", "rollup-config.js": "file_rollup",
@ -46,11 +45,24 @@
"rollup.config.dev.ts": "file_rollup", "rollup.config.dev.ts": "file_rollup",
"rollup.config.prod.vendor.js": "file_rollup", "rollup.config.prod.vendor.js": "file_rollup",
"rollup.config.prod.vendor.ts": "file_rollup", "rollup.config.prod.vendor.ts": "file_rollup",
"webpack.js": "_file_webpack",
"webpack.config.js": "_file_webpack", "webpack.config.js": "_file_webpack",
"webpack.dev.js": "_file_webpack", "webpack.dev.js": "_file_webpack",
"webpack.prod.js": "_file_webpack", "webpack.prod.js": "_file_webpack",
"webpack.common.js": "_file_webpack", "webpack.common.js": "_file_webpack",
"webpackfile.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", "ionic.config.json": "_file_ionic",
".io-config.json": "_file_ionic", ".io-config.json": "_file_ionic",
"gulpfile.js": "_file_gulp", "gulpfile.js": "_file_gulp",