sourcePath prefix '/' no such file or directory
lomocc opened this issue · 0 comments
lomocc commented
css-modules-loader-core/src/index.js
Line 18 in 3d83770
in windows the sourcePath looks like D:/HTML5/..., and will be transform to /D:/HTML5/.... cause
no such file or directory, open 'D:\D:\HTML5\...\Typography.css'
should it be:
.process( sourceString, { from: sourcePath} ) ?