Module

x/ultra/lib/build/deps.ts>Builder#setIgnored

🧙 Hypermodern Zero-Legacy Deno/React Framework
Go to Latest
method Builder.prototype.setIgnored
import { Builder } from "https://dotland.deno.dev/x/ultra@v2.0.0-beta.9/lib/build/deps.ts";

Allows ignoring certain files from the build process, they won't be copied to the build output directory, so no further processing will occur on them.

Parameters

paths: string[]

an array of relative paths to exclude from the build process.