It seemed unintuitive that an import would have to point to a relative path and isn't processed by node's module loading system (i.e. check node_modules, etc). Perhaps that because I was expecting the same behavior as webpacks file-loader.
In any case, is that something that can be added?
It seemed unintuitive that an
importwould have to point to a relative path and isn't processed by node's module loading system (i.e. checknode_modules, etc). Perhaps that because I was expecting the same behavior as webpacks file-loader.In any case, is that something that can be added?