rtfeldman / seamless-immutable

Immutable data structures for JavaScript which are backwards-compatible with normal JS Arrays and Objects.
BSD 3-Clause "New" or "Revised" License
5.37k stars 195 forks source link

Node.js: set NODE_ENV to development => checks #49

Closed holyjak closed 9 years ago

holyjak commented 9 years ago

That node env needs to be "development" to enable checks etc. wasn't clear from the docs, I have only found it by chance when looking at the code.

holyjak commented 9 years ago

I see I was mistaken, dev mode is the default.