fix: Add webpack icon to all configuration files
This commit is contained in:
parent
009014dfbe
commit
91c2010a5e
1 changed files with 13 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue