Giuem
Giuem
Sorry for the late reply, I'm focusing on business so there is no any plan and no time for supporting GA4. But PR is welcome.
发一下仓库地址我看看吧
修复了,你再看下
And enable babel [loose](https://2ality.com/2015/12/babel6-loose-mode.html) mode will save a few bytes since code is cleaner. It also brings performance improvement. (e.g. [`for...of`](https://babeljs.io/docs/en/babel-plugin-transform-for-of#loose)) ``` diff gulp.task('minify-js', () => gulp.src('src/**/*.js') .pipe(babel({ "presets": [...
[TypeScript 4.7 already released](https://devblogs.microsoft.com/typescript/announcing-typescript-4-7/#esm-nodejs). Shall we followup and set package.json's `type` to `module`?
I meet the same problem. And it seems that this problem is related to theme, I'm trying to find the answer...
@tcrowe Problem still remains. Can you reproduce this bug?
I'm using [this theme](https://github.com/giuem/hexo-theme-agnes). And I have try your demo with this theme, the bug doesn't reproduce. Maybe this bug is related to post content? The bug looks like this,...
same problem