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
@5t3ph When running npm run build, I noticed an inline sourcemap gets added to public/css/style.css, and drastically inflates the file size.
On the contrary, when running npm start, there is no sourcemap and probably should be.
The text was updated successfully, but these errors were encountered:
@5t3ph When running
npm run build
, I noticed an inline sourcemap gets added topublic/css/style.css
, and drastically inflates the file size.On the contrary, when running
npm start
, there is no sourcemap and probably should be.The text was updated successfully, but these errors were encountered: