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
There is a way how to exclude certain files during the initialisation phase - discoverProjectStyles, just return false from filter
You might create two workers - one "without" files you want to inline completely, and another "without" normal files.
first one will exclude those files from the extracted list of css files
second provide ability to inline complete .css files
Keep in mind - used-styles might report which files has to be added(getUsedStyles), but not able to inline them by itself. Inlining work only for rules.
Need ability to inline complete .css files and exclude those files from the extracted list of css files. so it's not loaded twice.
The text was updated successfully, but these errors were encountered: