Skip to content

Latest commit

 

History

History

jest-bundler

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Simple bundle with jest to bundle your js code, with some functionality as cache, source map, minify, hot reload and server.

See test.js to see code result

To bundle our code

node index.js --entryPoint example/cmd/index.js --output test.js --minify

Execute our code

node test.js

Todos

☑ Add workers

☑ Add cache

☑ Add minify flags

☐ Add source map

☐ Implements HTTP server

☐ Add hot reload