UNPKG

@roots/bud-client

Version:

Client scripts for @roots/bud

13 lines (12 loc) 277 B
/* eslint-disable no-console */ /* global __resourceQuery */ /* global module */ import { client } from './client.js'; (async function () { try { await client(__resourceQuery, import.meta.webpackHot); } catch (err) { console.error(err); } })();