UNPKG
st-bundle
Version:
latest (1.0.0-alpha.1.80)
1.0.0-alpha.1.80
1.0.0-alpha.1.79
1.0.0-alpha.1.78
1.0.0-alpha.1.77
1.0.0-alpha.1.76
1.0.0-alpha.1.75
1.0.0-alpha.1.74
1.0.0-alpha.1.73
1.0.0-alpha.1.72
1.0.0-alpha.1.71
1.0.0-alpha.1.70
1.0.0-alpha.1.69
1.0.0-alpha.1.68
1.0.0-alpha.1.67
1.0.0-alpha.1.66
1.0.0-alpha.1.65
1.0.0-alpha.1.64
1.0.0-alpha.1.63
1.0.0-alpha.1.62
1.0.0-alpha.1.61
1.0.0-alpha.1.60
1.0.0-alpha.1.59
1.0.0-alpha.1.58
1.0.0-alpha.1.57
1.0.0-alpha.1.56
1.0.0-alpha.1.55
1.0.0-alpha.1.54
1.0.0-alpha.1.53
1.0.0-alpha.1.52
1.0.0-alpha.1.51
1.0.0-alpha.1.50
1.0.0-alpha.1.49
1.0.0-alpha.1.48
1.0.0-alpha.1.47
1.0.0-alpha.1.46
1.0.0-alpha.1.45
1.0.0-alpha.1.44
1.0.0-alpha.1.43
CLI for watching and bundling SpringType projects.
springtype.org
springtype-org/springtype
st-bundle
/
node_modules
/
fuse-box
/
plugins
/
core
/
plugin_customtransform.js
9 lines
(8 loc)
•
269 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
function
pluginCustomTransform
(
customTransformers
) {
return
(
ctx
) =>
{ ctx.
customTransformers
= customTransformers; }; }
exports
.
pluginCustomTransform
= pluginCustomTransform;