hexojs/hexo

Allow themes to build web bundles

Open

#4.221 aberto em 5 de abr. de 2020

Ver no GitHub
 (2 comments) (0 reactions) (0 assignees)TypeScript (5.017 forks)batch import
discussionhelp wantednot following issue template

Métricas do repositório

Stars
 (41.376 stars)
Métricas de merge de PR
 (Mesclagem média 5d 21h) (1 fundiu PR em 30d)

Description

In order to comply with modern fast loading webpages it should be possible for Hexo themes to use tools like https://github.com/webpack so we can serve optimized bundles of javascript and css to the browser.

I'm really looking forward to either a piece of documentation on how to achieve that or something like a hook which we can attach to the generate process.

E.g. check the lighthouse scoring of my blog.

Guia do colaborador