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 mean, as far as i understand the webpack config file, it will only render the pages defined in pages array in pug loader, with no locals definition.
I want to figure how to:
1 – Automate the render of multiples pages using the same pug templates with different locals, from json files
2 – Render that pages inside folders, creating a structure suitable to "clean" urls with the right .htacess or equivalent in nginx
3 – Render the css inlined in that pug files to improve lighthouse score
And thanks for this excellent tool!
The text was updated successfully, but these errors were encountered:
I mean, as far as i understand the webpack config file, it will only render the pages defined in pages array in pug loader, with no locals definition.
I want to figure how to:
1 – Automate the render of multiples pages using the same pug templates with different locals, from json files
2 – Render that pages inside folders, creating a structure suitable to "clean" urls with the right .htacess or equivalent in nginx
3 – Render the css inlined in that pug files to improve lighthouse score
And thanks for this excellent tool!
The text was updated successfully, but these errors were encountered: