webhook-action/node_modules/@vercel/ncc/dist/ncc/loaders/uncacheable.js
2020-08-26 09:57:08 +10:00

4 lines
110 B
JavaScript

module.exports = function (input, map) {
this.cacheable(false);
return this.callback(null, input, map);
};