Pack JS code fast & easy
Fastpack is a JavaScript bundler designed to pack JS code into a single bundle with an emphasis on build speed. The project addresses the problem domain of JavaScript build tooling, competing with bundlers like Webpack and Parcel by offering significantly faster build times—achieving 0.730 seconds for initial builds and 0.084 seconds in watch mode on a ~1600 module test case. It is built for the JavaScript ecosystem and supports loaders such as babel-loader, style-loader, css-loader, and url-loader for preprocessing various file types. The project is community-driven, with contributions welcomed and coordinated through Open Collective for backers and sponsors.