I'm testing a new bundler that will put the data function in exports.data instead of module.exports.data and realized that the server now will fail, so this will check for both so it works for both cases, since we don't care from our side where exactly is stored
I'm testing a new bundler that will put the
data
function inexports.data
instead ofmodule.exports.data
and realized that the server now will fail, so this will check for both so it works for both cases, since we don't care from our side where exactly is stored