UNPKG
babel-plugin-hdkd
Version:
latest (0.4.0-3)
0.4.0-3
0.4.0-2
0.4.0-1
Modular hdkd build plugin for babel.
babel-plugin-hdkd
/
lib
/
index.js
7 lines
(6 loc)
•
161 B
JavaScript
View Raw
1
2
3
4
5
6
7
'use strict'
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
default
=
require
(
'./core'
)(
'hdkd'
);
module
.
exports
=
exports
[
'default'
];