dong-build is a build tool for view and static file processing, part of the dong ecosystem. Current version 0.4.5, with sporadic releases. It serves as a build helper for the dong framework, focusing on compiling views and handling static assets. Compared to full-featured bundlers like webpack or Vite, dong-build is minimal and tightly coupled with dong, making it suitable only within that ecosystem. The package is deprecated in favor of more modern tooling.
npm install dong-buildNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic usage: import build function and call with configuration for views and static files.
Switch to Vite or Webpack.
Use import syntax and ensure Node version or bundler supports ESM.
Refer to documentation for 0.4.x API.
Install with npm install dong-build@0.4.5
Use import instead of require().
Use import { build } from 'dong-build';No dependency data recorded yet.