Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ben-ng/watchify-dedupe-bug


https://github.com/ben-ng/watchify-dedupe-bug

Last synced: 21 days ago
JSON representation

Awesome Lists containing this project

README

        

## To Reproduce

`watchify index.js -i out.js`

Run the out.js file. No exceptions.

Edit index.js, save, wait for watchify to rebundle.

Run the out.js file. One of the variables is now undefined.