https://github.com/fleek-platform/functions-esbuild-config
https://github.com/fleek-platform/functions-esbuild-config
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fleek-platform/functions-esbuild-config
- Owner: fleek-platform
- License: mit
- Created: 2024-09-13T10:44:10.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-29T23:09:34.000Z (over 1 year ago)
- Last Synced: 2025-11-12T18:17:31.715Z (7 months ago)
- Language: TypeScript
- Size: 488 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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