christianalfoni / webpack-express-boilerplate

A boilerplate for running a Webpack workflow in Node express
MIT License
1.4k stars 292 forks source link

Loading images into javascript files #72

Open arorayash opened 7 years ago

arorayash commented 7 years ago

It's a feature request to add file-loader to import image files(png/jpeg/gif/svg) in javascript files. I can work on the this feature, if you would like me to.

christianalfoni commented 7 years ago

For sure, sounds great :)

kamilsmuga commented 6 years ago

@arorayash @christianalfoni I think #80 may help here. Want to review?