const src_path = path.resolve('src/'); const entries = Object.create(null); fs.readdirSync(path.resolve(src_path, "js/")).forEach(file =>{ if(file.split(".").length > 1){ //ignoring folder names entries[file.sp
My composer.json: { "name": "su-hsdo/suhumsci", "description": "Project template for Drupal 9 projects with a relocated document root", "type": "project", "license": "GPL-2.0-or-later", "homepage": "https://github.com/SU-HSDO/suhumsci", ...