Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/mesozoic/lib/builder.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/lib/builder.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.