0.1.9 • Published 1 year ago

@e3o/bun-builder-plugins v0.1.9

Weekly downloads
-
License
-
Repository
-
Last release
1 year 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

1 year ago

0.1.8

1 year ago

0.1.7

1 year ago

0.1.6

1 year ago

0.1.5

1 year ago

0.1.4

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago