type error hotfixes

This commit is contained in:
2022-04-24 00:40:26 -04:00
parent d189096e96
commit 24a76f8f7c
3 changed files with 5 additions and 3 deletions

View File

@@ -11,7 +11,7 @@ module.exports = {
config.plugins.push(
{
apply: (compiler) => {
compiler.hooks.initialize.tap('cachePostLinkDataInit', _ => {
compiler.hooks.beforeCompile.tap('cachePostLinkDataInit', _ => {
cachePostLinkData();
});
}