Sourcemaps are now generated by default, so this flag has no effect.
error no-cache (Line 37: Inconsistent indentation: 2 spaces were used for indentation, but the rest of the document was indented using 8 spaces.)
write style.css
write style.css.map
有大佬知道是什么原因的吗???
楼主,你好!首先异常包含了两种类型,一种错误,一种是警告。警告不影响最后的文件编译输出的。
1,文件的缩进格式造成
error
的原因,可以修改下。2,
sourcemap
是造成warning
的原因, 可以试试在sourcemap
追加一些内容,比如--sourcemap=file
。如有帮助,麻烦点击下采纳,谢谢~