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
No longer generate the following from svg build script:
- attributes.json
- attribute-to-property.json
- boolean-properties.json
- overloaded-boolean-properties.json
The reason is these files have redundant attribute names,
which makes the final bundle size larger than expected.
Also, the svg attribute names are lowercased instead of
camelcased.
Now the following file is generated:
- properties.json
It's similar to `react-dom/lib/SVGDOMPropertyConfig.js`
except redundant attribute to property name mappings
are deleted.
Also, update svg index module to include the injection
properties.
0 commit comments