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
I've been suppressing the error using a replacement clause at the end of the task - to remove the string - but thought it worthwhile noting here for any ideas?
The text was updated successfully, but these errors were encountered:
I'm using gulp-sourcemaps to build a Post CSS based theme - and am seeing a "no sources" entry in the sources attribute of the generated map file.
using: "gulp-sourcemaps": "^3.0.0" & "gulp-postcss": "^10.0.0",
This results in the map file:
{"version":3,"sources":["../../../../../core/themes/olivero/css/base/media-queries.pcss.css","neway_mods.pcss","<no source>"],"names":[],"mappings":"AA.....
I've been suppressing the error using a replacement clause at the end of the task - to remove the string - but thought it worthwhile noting here for any ideas?
The text was updated successfully, but these errors were encountered: