@org-luisgustavom1/jest-bundler
v1.0.2
Published
Simple bundle with jest to bundle your js code, with some functionality as cache, source map, minify, hot reload and server.
Downloads
1
Readme
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