enhanced-require icon indicating copy to clipboard operation
enhanced-require copied to clipboard

doesn't support emitFile

Open fresheneesz opened this issue 11 years ago • 4 comments
trafficstars

Trying to use file-loader with this in node.js gives me the error emitFile is required from module system.

fresheneesz avatar Feb 27 '14 21:02 fresheneesz

The file-loader makes no sense with enhanced-require. Replace it with another loader.

sokra avatar Feb 28 '14 11:02 sokra

@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)...

jhnns avatar Dec 05 '14 16:12 jhnns

+1 when you need server-side rendering you need image urls.

bitplanets avatar Dec 07 '14 00:12 bitplanets

+1 I'm also experiencing this problem when trying to render an isomorphic app in node.

richardscarrott avatar Dec 24 '14 11:12 richardscarrott