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.
- Host: GitHub
- URL: https://github.com/inokawa/node-bundler
- Owner: inokawa
- Created: 2022-04-29T12:38:51.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T17:45:39.000Z (almost 2 years ago)
- Last Synced: 2025-02-10T06:31:28.159Z (8 months ago)
- Language: JavaScript
- Homepage:
- Size: 58.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```