type error hotfixes

This commit is contained in:
2022-04-24 00:40:26 -04:00
parent ec9a63570f
commit 2cc267adda
3 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ module.exports = {
config.plugins.push(
{
apply: (compiler) => {
compiler.hooks.initialize.tap('cachePostLinkDataInit', _ => {
compiler.hooks.beforeCompile.tap('cachePostLinkDataInit', _ => {
cachePostLinkData();
});
}