css-object-loader icon indicating copy to clipboard operation
css-object-loader copied to clipboard

Support File Loader

Open pl12133 opened this issue 9 years ago • 0 comments

Users of css-loader have become accustomed to having url('...') statements processed by url-loader and file-loader. This loader should emit fonts and images in the same exact way that css-loader does.

I have had no luck on finding documentation on the topic of a loader requiring other files in the way css-loader does. It seems that css-loader injects a runtime to require all the assets from url() statements, but I have yet to find a viable solution.

pl12133 avatar Jul 06 '16 03:07 pl12133