UNPKG

@roxi/routify

Version:

9 lines (7 loc) 177 B
import { bundler } from './bundler.js' /** @type {RoutifyBuildtimePlugin} */ export const bundlerPlugin = { name: 'bundler', after: 'filemapper', build: bundler, }