Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaurício Meneghini Fauth <mauricio@fauth.dev>2022-02-10 05:31:19 +0300
committerMaurício Meneghini Fauth <mauricio@fauth.dev>2022-02-10 19:43:35 +0300
commit2db1785e09db55d7154988bd0e8ee3ce0cf5baac (patch)
treed2b6249749f4e989dc93b154fb0ce4abce85ae19 /scripts
parentfb18d3b3a93e35031b1af18155850960199e7660 (diff)
Add webpack bundler
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/check-release-excludes.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/check-release-excludes.sh b/scripts/check-release-excludes.sh
index 0bc43fb7d6..74e4c9c216 100755
--- a/scripts/check-release-excludes.sh
+++ b/scripts/check-release-excludes.sh
@@ -169,7 +169,7 @@ validateExtension() {
;;
favicon.ico)
;;
- babel.config.json)
+ webpack.config.js)
;;
package.json)
;;