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
Generation of source map for CSS is enabled by default (layouts\partials\assets.html:45, layouts\partials\assets.html:176). It leads to leakage of information such as OS, username and directory structure:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Generation of source map for CSS is enabled by default (layouts\partials\assets.html:45, layouts\partials\assets.html:176). It leads to leakage of information such as OS, username and directory structure:
I disabled map generation in production by:
Is there more elegant way to do so? Or maybe some option to drop
sourceRoot
field from map?Beta Was this translation helpful? Give feedback.
All reactions