hexojs/hexo

Allow themes to build web bundles

开放

#4,221 创建于 2020年4月5日

 (2 条评论) (0 个反应) (0 位负责人)TypeScript (5,017 个派生)batch import
discussionhelp wantednot following issue template

仓库指标

星标
 (41,376 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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.

贡献者指南