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 Aug 22, 2023. It is now read-only.
Now sourceMap is generated in the same output.css, base64 encoded.
Would be better if myth support generating the map file in another file. For example:
//# sourceMappingURL=main.css.map
In that case, output.css would be smaller, and map will only be downloaded when debugger is open.
The text was updated successfully, but these errors were encountered:
Looks like Rework supports returning an object, which could be used to created a Rework/Myth plugin that exports the sourcemap to a file instead of inlining it.
Now sourceMap is generated in the same output.css, base64 encoded.
Would be better if myth support generating the map file in another file. For example:
In that case, output.css would be smaller, and map will only be downloaded when debugger is open.
The text was updated successfully, but these errors were encountered: