1.0.20 • Published 2 years ago

@geut/esbuild-plugin-server v1.0.20

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

esbuild-plugin-server

esbuild plugin to start a dev server

Test Status JavaScript Style Guide standard-readme compliant

Made by GEUT

Why

Install

$ npm install --save-dev @geut/esbuild-plugin-server

Usage

const server = require('@geut/esbuild-plugin-server')

require('esbuild').buildSync({
  entryPoints: [...],
  bundle: true,
  minify: true,
  sourcemap: true,
  target: ['chrome58', 'firefox57', 'safari11', 'edge16'],
  outfile: 'out.js',
  plugins: [
    server()
  ]
})

Issues

:bug: If you found an issue we encourage you to report it on github. Please specify your OS and the actions to reproduce it.

Contributing

:busts_in_silhouette: Ideas and contributions to the project are welcome. You must follow this guideline.

License

MIT © A GEUT project

1.0.20

2 years ago

1.0.19

2 years ago

1.0.18

2 years ago

1.0.17

2 years ago

1.0.16

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.3

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.15

2 years ago

1.0.14

2 years ago

1.0.1

3 years ago

1.0.0

3 years ago