UNPKG
steal-cache-bust
Version:
latest (0.2.1)
0.2.1
0.2.0
0.1.0
0.0.3
0.0.2
0.0.1
A cache busting extension for StealJS
github.com/stealjs/cache-bust
stealjs/cache-bust
steal-cache-bust
/
test
/
tests
/
plugin.js
6 lines
(4 loc)
•
126 B
JavaScript
View Raw
1
2
3
4
5
6
exports
.
translate
=
function
(
load
){
var
source = load.
source
;
return
"module.exports = function(){ return \"foo\"; };"
; };