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
{{ message }}
This repository has been archived by the owner on Apr 15, 2020. It is now read-only.
Marko is only a loader, both of the things you mention are handled by Webpack and work just like any other webpack build. You can use html-webpack-plugin and you can do multi-page entries. :)
I asked this same question and it looks like you can get multipage support by configuring your project like the Marko+Webpack sample repo, with each page inside the /pages/ folder.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm learning Marko, I come from Pug and NunJucks. But I do not get a multipage output configuration.
It's possible?
And it would be great if I could inject the dependencies css and javascript as does html-webpack-plugin but for each page.
Thanks,
Nice work!
The text was updated successfully, but these errors were encountered: