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
One way this could be an issue:
sourced script
then inline that uses some stuff from the sourced script
So, with our plugin:
the inline script will be left
but the sourced script will be loaded async
so inline will load before the sourced one <-- this may be an issue.
For SPAs, where everything's on the bundle.
GA and others are not dependent on order of each other
Compare the Lighthouse audit for a realistic app with vs. without this plugin.
See if there are any unexpected consequences of using the plugin.
The text was updated successfully, but these errors were encountered: