```bash
bundle a.js > bundle.js
```

Run `node bundle.js` then it should output:

```
{ a: 1 }
```
