Css-loader: Module not found: Error: Cannot resolve 'file' or 'directory' ./about:blank

Created on 27 Oct 2015  路  4Comments  路  Source: webpack-contrib/css-loader

*html{
    background-image:url(about:blank); 
    background-attachment:fixed;
}

is there any way to fix this problem?

Most helpful comment

@renminghao Everything in documentation

css-loader?-url disables url(...) handling.
https://github.com/webpack/css-loader#disable-behavior

All 4 comments

@callmez Read error message more attentively please

yes I have this problem too,would you solve it?

@renminghao Everything in documentation

css-loader?-url disables url(...) handling.
https://github.com/webpack/css-loader#disable-behavior

@TrySound thx so much

Was this page helpful?
0 / 5 - 0 ratings