@geut/esbuild-plugin-server
v1.0.20
Published
esbuild plugin to run a dev server
Downloads
1
Readme
esbuild-plugin-server
esbuild plugin to start a dev server
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