const { SyncWaterfallHook } = require('tapable'); let WaterfallHook = new SyncWaterfallHook(["name"]); WaterfallHook.tap("a", ...
確定! 回上一頁