Skip to content
This repository has been archived by the owner on Feb 25, 2024. It is now read-only.

xxshady/altv-esbuild-client-worker

Repository files navigation

altv-esbuild-client-worker

A plugin that allows you to import alt:V clientside workers like regular JS/TS modules. See example

Installation

  1. Install as npm package

yarn add altv-esbuild-client-worker

npm i altv-esbuild-client-worker

  1. Add it into your esbuild config
import { altvClientWorker } from "altv-esbuild-client-worker"

esbuild.build({
  plugins: [altvClientWorker()]
})

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published