enhanced-require
enhanced-require copied to clipboard
doesn't support emitFile
trafficstars
Trying to use file-loader with this in node.js gives me the error emitFile is required from module system.
The file-loader makes no sense with enhanced-require. Replace it with another loader.
@sokra Mhmm I'm not sure about it. In isomorphic apps I think it does make sense to get the public path on the server (as described in webpack/file-loader#2)...
+1 when you need server-side rendering you need image urls.
+1 I'm also experiencing this problem when trying to render an isomorphic app in node.