UNPKG

@roots/bud-extensions

Version:

bud.js core module

12 lines (11 loc) 330 B
import { Extension } from '@roots/bud-framework/extension'; import { type ProvidePlugin } from '@roots/bud-support/webpack'; /** * Webpack provide plugin configuration */ export default class BudProvide extends Extension<Record<string, any>, ProvidePlugin> { /** * {@link Extension.when} */ when(): boolean; }