@lynx-js/react-webpack-plugin@0.10.2
Patch Changes
-
Avoid wrapping shared async main-thread assets more than once. (#3281)
-
Add the experimental
experimental_transformBuiltinAttributeNamesoption for transforming builtin element attribute names.falsepreserves attribute names.truetransformsonClicktobindtap,onCatchTaptocatchtap, otheronXXXevent names tobindxxx, and remaining camelCase names to dash-case. An object supports serializable custom rules throughmode,preserve, andrename. Explicit JSX attributes are transformed during compilation, and spread attributes are transformed at runtime. (#3274)