An open API service indexing awesome lists of open source software.

https://github.com/inokawa/node-bundler

A toy JavaScript bundler with Node.js.
https://github.com/inokawa/node-bundler

Last synced: 6 months ago
JSON representation

A toy JavaScript bundler with Node.js.

Awesome Lists containing this project

README

          

# node-bundler

A toy JavaScript bundler with Node.js.

https://cpojer.net/posts/building-a-javascript-bundler

```sh
npm install
npm start -- --entry-point product/entry-point.js --output test.js
node test.js
```