Remove unused gulp-concat when Webpack is selected (#4520)

Fix #4513
This commit is contained in:
Bruno Alla 2023-08-14 11:48:37 +01:00 committed by GitHub
parent 211b0571f3
commit cbacbb7525
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",
"cssnano",
"gulp",
"gulp-concat",
"gulp-imagemin",
"gulp-plumber",
"gulp-postcss",