UNPKG

astro

Version:

Astro is a modern site builder with web best practices, performance, and DX front-of-mind.

16 lines (15 loc) 324 B
import { baseService } from "./service.js"; const noopService = { ...baseService, propertiesToHash: ["src"], async transform(inputBuffer, transformOptions) { return { data: inputBuffer, format: transformOptions.format }; } }; var noop_default = noopService; export { noop_default as default };