UNPKG

@roots/bud

Version:

Configurable, extensible build tools for modern single and multi-page web applications

6 lines (5 loc) 129 B
import * as Framework from '@roots/bud-framework'; class Bud extends Framework.Bud { implementation = Bud; } export { Bud };