relative paths for local modules?
Opened this issue · 0 comments
MartinMuzatko commented
Hey there! I saw you use just the name of the file without ./
Which denotes that you are loading a module from node_modules, not a local module.
I was confused first about how you load your modules.
Maybe that has to do with the webpack config how you resolve modules?
Nice to learn from this project.
Thanks,
Martin