Open
Description
css-loader handle import + url() as require
cssnext can handle import & will soon be able to handle url() has well (ref MoOx/postcss-cssnext#57)
what do you think about handling url() like css-loader ?
Meanwhile, since loaders are executed from right to left, the example should show style-loader, cssnext-loader then css-loader (so import + url() are done at the same time to avoid this kind of issues: webpack-contrib/css-loader#33 or webpack-contrib/css-loader#34)
Metadata
Metadata
Assignees
Labels
No labels