barbar/vortigern

CSS sourcemap is missing in dev.config?

ayavryk opened this issue · 2 comments

CSS sourcemap is missing in dev.config?

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

@ayavryk great! PRs are welcomed 😉