var css = require("css!./file.css");
// => returns css code from file.css, resolves imports and url(...)
@import
will be required with this css loader.
url(...)
will be required. You should define useful loaders by config.
Good loaders to require these files is the file-loader and the url-loader.