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 May 2, 2022. It is now read-only.
Describe the bug
When
npm run build
is run, SVGs have their "viewbox" attribute removed which causes cropping:This is caused in
plugin-scaffold/config/webpack.config.common.js
.ImageminPlugin
can be updated to this to correct it:Steps to Reproduce
npm run build
to see the croppingnpm run watch
does not include the cropping becauseImageminPlugin
is disabled on non-production environments,.Expected behavior
No cropping
The text was updated successfully, but these errors were encountered: