Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/mesozoic/mod.ts>Builder#setExcluded

A generic build system for Deno web apps
Go to Latest
method Builder.prototype.setExcluded
import { Builder } from "https://deno.land/x/mesozoic@v1.0.0-alpha.31/mod.ts";

Allows excluding 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.