UNPKG

ndut-view

Version:

View Engine for Ndut Framework

7 lines (6 loc) 148 B
module.exports = function () { const env = this.ndutView.env for (let i = 0; i < env.loaders.length; i++) { env.loaders[i].cache = {} } }