Remove unused gulp-concat when Webpack is selected

Fix #4513
This commit is contained in:
Bruno Alla 2023-08-14 11:32:10 +01:00 committed by GitHub
parent 211b0571f3
commit 90d86fb904
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -183,6 +183,7 @@ def handle_js_runner(choice, use_docker, use_async):
"browser-sync", "browser-sync",
"cssnano", "cssnano",
"gulp", "gulp",
"gulp-concat",
"gulp-imagemin", "gulp-imagemin",
"gulp-plumber", "gulp-plumber",
"gulp-postcss", "gulp-postcss",