@geut/esbuild-plugin-server

1.0.20 • Public • Published

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

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

Contributing

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

License

MIT © A GEUT project

Readme

Keywords

Package Sidebar

Install

npm i @geut/esbuild-plugin-server

Weekly Downloads

20

Version

1.0.20

License

MIT

Unpacked Size

13.3 kB

Total Files

7

Last publish

Collaborators

  • geutuser
  • the-real-dk
  • tinchoz49
  • estebanprimost