@roots/bud-api
Version:
bud.js core module
29 lines (28 loc) • 1.74 kB
TypeScript
export { alias } from '/bud-api/methods/alias';
export { assets, assets as copy } from '/bud-api/methods/assets';
export { bundle } from '/bud-api/methods/bundle';
export { compilePaths } from '/bud-api/methods/compilePaths';
export { config, config as webpackConfig, config as override, } from '/bud-api/methods/config';
export { copyDir } from '/bud-api/methods/copyDir';
export { copyFile } from '/bud-api/methods/copyFile';
export { define } from '/bud-api/methods/define';
export { devtool } from '/bud-api/methods/devtool';
export { entry } from '/bud-api/methods/entry';
export { experiments } from '/bud-api/methods/experiments';
export { externals } from '/bud-api/methods/externals';
export { hash, hash as version } from '/bud-api/methods/hash';
export { html, html as template } from '/bud-api/methods/html';
export { lazy } from '/bud-api/methods/lazy';
export { minimize } from '/bud-api/methods/minimize';
export { persist } from '/bud-api/methods/persist';
export { provide } from '/bud-api/methods/provide';
export { proxy } from '/bud-api/methods/proxy';
export { runtime } from '/bud-api/methods/runtime';
export { serve } from '/bud-api/methods/serve';
export { setProxyUrl } from '/bud-api/methods/setProxyUrl';
export { setPublicProxyUrl } from '/bud-api/methods/setPublicProxyUrl';
export { setPublicUrl } from '/bud-api/methods/setPublicUrl';
export { setUrl } from '/bud-api/methods/setUrl';
export { splitChunks } from '/bud-api/methods/splitChunks';
export { use } from '/bud-api/methods/use';
export { watch } from '/bud-api/methods/watch';