0.5.1 • Published 2 years ago

primate-esbuild v0.5.1

Weekly downloads
-
License
BSD-3-Clause
Repository
-
Last release
2 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

2 years ago

0.5.0

2 years ago

0.4.0

2 years ago

0.3.0

2 years ago

0.2.0

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago

0.0.1

2 years ago