from https://twitter.com/benawad/status/1227744300085260289
if you have both:
home/index.js home.js
then you try to import like this:
require('./home')
which file get's imported?
Answer: It's the root file, not the folder/index.js (tested in node 12.14.0)