type error hotfixes
This commit is contained in:
@@ -11,7 +11,7 @@ module.exports = {
|
||||
config.plugins.push(
|
||||
{
|
||||
apply: (compiler) => {
|
||||
compiler.hooks.initialize.tap('cachePostLinkDataInit', _ => {
|
||||
compiler.hooks.beforeCompile.tap('cachePostLinkDataInit', _ => {
|
||||
cachePostLinkData();
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user