0.1.9 • Published 2 years ago

@e3o/bun-builder-plugins v0.1.9

Weekly downloads
-
License
-
Repository
-
Last release
2 years 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

2 years ago

0.1.8

2 years ago

0.1.7

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago