Closed TrueWinter closed 7 years ago
I don't know why I did it, but instead of doing require(./config.js), I did require(./config) which broke the code as there is not a file called config. Will fix later today.
require(./config.js)
require(./config)
config
Fixed in version 3.0.1
I don't know why I did it, but instead of doing
require(./config.js)
, I didrequire(./config)
which broke the code as there is not a file calledconfig
. Will fix later today.