0.1.9 • Published 5 months ago

@e3o/bun-builder-plugins v0.1.9

Weekly downloads
-
License
-
Repository
-
Last release
5 months ago

@e3o/bun-builder-plugins

To install plugins:

bun add @e3o/bun-builder-plugins

Then you can use them in builder !

import { serverPlugin, watcherPlugin } from '@e3o/bun-builder-plugins'

const builderConfig = {
  ...
}

await Bun.build({
  ...builderConfig,
  plugins: [serverPlugin(8081, './dist'), watcherPlugin(builderConfig, './public', './dist')],
})
0.1.9

5 months ago

0.1.8

5 months ago

0.1.7

5 months ago

0.1.6

5 months ago

0.1.5

5 months ago

0.1.4

5 months ago

0.1.3

5 months ago

0.1.2

5 months ago

0.1.1

5 months ago

0.1.0

5 months ago