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
{{ message }}
This repository has been archived by the owner on Oct 16, 2021. It is now read-only.
I have had a look into this.. the source maps are generated by default.
I have been able to get sourcemap to work IF:
include the /*# sourceMappingURL=global.css.map */ just before </style>.
copy the global.css.map into the dist folder.
The global.css file actually has the sourceMappingURL in it, however, the {% include "assets/css/global.css" %} does not include it..... or it gets taken out at some other stage...
Is there anyway to see the sass sourcemap while in development via dev tools?
The text was updated successfully, but these errors were encountered: