CSS sourcemap is missing in dev.config?
ayavryk opened this issue · 2 comments
ayavryk commented
CSS sourcemap is missing in dev.config?
ayavryk commented
I updated the version of css-loader from 0.26.1 to 0.26.4
and updated webpack loaders line
from
'css-loader?modules&importLoaders=2&localIdentName=[local][hash:base64:5]',
to
'css-loader?sourceMap&modules&importLoaders=2&localIdentName=[local][hash:base64:5]',
Sourcemap has appeared