UNPKG
@xyezir/vux-loader
Version:
latest (2.0.0-rc8)
2.0.0-rc8
2.0.0-rc7
2.0.0-rc6
2.0.0-rc5
extended loader for vux
github.com/airyland/vux
airyland/vux
@xyezir/vux-loader
/
src
/
libs
/
babel-transform-imports
/
test
/
transform.js
3 lines
•
92 B
JavaScript
View Raw
1
2
3
module
.
exports
=
function
(
importName
) {
return
'test/lib/'
+ importName.
toUpperCase
(); }