{"library":"gulp-dumber","type":"library","category":null,"description":"gulp-dumber is a Gulp plugin that integrates the dumber JavaScript bundler into Gulp build pipelines. Released as version 3.0.0 in September 2024, it currently targets Node.js 18 and above. The dumber bundler differentiates itself from all-in-one solutions by strictly adhering to the Unix philosophy: it focuses solely on tracing dependencies and packing modules, intentionally omitting features like transpiling, minification, or serving. These responsibilities are left to other Gulp plugins (e.g., gulp-babel, gulp-typescript, gulp-terser), providing users with granular control and flexibility over their build process. It utilizes dumber-module-loader, an AMD loader, for runtime module resolution, supporting npm packages and flexible code splitting. A key design choice is the absence of a fixed entry module, and it manages local source dependencies passively, warning about unfulfilled dependencies but still bundling, allowing for runtime loading of missing modules. It does not support multiple versions of the same npm package within a single bundle. gulp-dumber is often used as part of project scaffolds generated by npx makes dumberjs for modern SPA frameworks like Aurelia, React, or Vue.","language":"javascript","status":"active","version":"3.0.0","tags":["javascript","dumber","bundler","gulpplugin"],"last_verified":"Wed May 27","install":[{"cmd":"npm install gulp-dumber","imports":["const dumber = require('gulp-dumber');","import dumber from 'gulp-dumber';","stream.pipe(dr())"]},{"cmd":"yarn add gulp-dumber","imports":[]},{"cmd":"pnpm add gulp-dumber","imports":[]}],"homepage":null,"github":"https://github.com/dumberjs/gulp-dumber","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/gulp-dumber","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/gulp-dumber/compatibility"}}