Closed bjoerge closed 11 years ago
Envify will currently fail with an esprima parse error if used in a project where there is a require('./somefile.json'). This should fix it by ignoring json files entirely.
require('./somefile.json')
Ah nice, thanks! Merged :)
Envify will currently fail with an esprima parse error if used in a project where there is a
require('./somefile.json')
. This should fix it by ignoring json files entirely.