0.5.1 • Published 3 years ago

primate-esbuild v0.5.1

Weekly downloads
-
License
BSD-3-Clause
Repository
-
Last release
3 years ago

Primate esbuild bundler

This deployment module allows you to use esbuild in deployment.

Installing

npm install primate-esbuild

Using

Import the module in app.js and overwrite app.Bundler.

import {app} from "primate";
import esbuild from "primate-esbuild";
app.Bundler = esbuild;
app.run();

Source

AdaptiveCloud

License

BSD-3-Clause

0.5.1

3 years ago

0.5.0

3 years ago

0.4.0

3 years ago

0.3.0

4 years ago

0.2.0

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago

0.0.1

4 years ago