A require hook to support importing images in universal javascript with Webpack. This is similar to Babel's babel/register. This module was inspired by css-modules ...
If you’ve been working with JavaScript for a while, you’ve probably seen both require() and import/export used to bring code into a file. At first glance, they seem to do the same thing — import ...