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
breaking(Build): Separate modernizr into a own bundle.
Since Patternslib 9.0.0-alpha.0 where we introduced webpack module
federation for our bundles, Modernizr is loaded asynchronously and
applying it's CSS classes a tick too late. For example, the change from
the `no-js` to the `js` class was done while the tiles have already been
drawn and visible on the screen, resulting in screen flickering. There
are a number of projects which depend on Modernizr being applied early.
This change now fixes the problem by separating the Modernizr build from
the Patternslib bundle.
If you depend on Modernzir, please include the new `modernizr.min.js` bundle in
a script tag, preferably before the Patternslib bundle `bundle.min.js`.
0 commit comments