Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 558 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 558 Bytes

Fleek Functions ESBuild Config

This package provides a custom ESBuild configuration for Fleek Functions, optimized for building projects for Fleek Functions. It extends the default ESBuild configuration to support Fleek Functions' specific requirements.

Installation

You can install this package using npm or yarn:

npm install @fleek-platform/functions-esbuild-config

or

yarn add @fleek-platform/functions-esbuild-config

or

pnpm add @fleek-platform/functions-esbuild-config

Usage

TODO: Add usage example