You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The defaultMimeTypes misses an entry for .less, which means we default such files to application/x-octet-stream. Similar to .sass and .scss, we should treat them as text mimetype.
The text was updated successfully, but these errors were encountered:
The defaultMimeTypes misses an entry for
.less
, which means we default such files toapplication/x-octet-stream
. Similar to.sass
and.scss
, we should treat them as text mimetype.The text was updated successfully, but these errors were encountered: