UNPKG

@roots/bud-api

Version:

bud.js core module

6 lines (5 loc) 178 B
export const setPublicUrl = function (url) { const normalUrl = !(url instanceof URL) ? new URL(url) : url; this.hooks.on(`dev.publicUrl`, normalUrl); return this; };