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
I am working on a pretty big website with almost 3k HTML so the build is taking way longer when I include every page and the build is failing. I am now trying to include only the homepage in the build. Which I thought maybe I could add easily with the Exclude option. But it seems like not working as I expected. Can you please let me know if this is a bug or if I am missing something here?
This completely ignores inlining CSS for the whole site.
integrations: [playformInline({Exclude: [(File)=>{// Check the full path nameconsole.log(File);// Ignore all files, but dist/index.htmlreturn!File.includes("dist/index.html");},],})],
I am working on a pretty big website with almost 3k HTML so the build is taking way longer when I include every page and the build is failing. I am now trying to include only the homepage in the build. Which I thought maybe I could add easily with the Exclude option. But it seems like not working as I expected. Can you please let me know if this is a bug or if I am missing something here?
This completely ignores inlining CSS for the whole site.
And this inlines every page including "./dist/index.html".
The text was updated successfully, but these errors were encountered: