An open API service indexing awesome lists of open source software.

https://github.com/fleek-platform/functions-esbuild-config


https://github.com/fleek-platform/functions-esbuild-config

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# 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:

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

or

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

or

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

## Usage

TODO: Add usage example