UNPKG
babel-preset-transform-ui5
Version:
latest (7.8.0)
7.8.0
7.7.1
7.7.0
7.6.2
7.6.1
7.6.0
7.5.0
7.4.2
7.4.1
7.4.0
7.3.1
7.3.0
7.2.6
7.2.5
7.2.4
7.2.3
7.2.2
7.2.1
7.2.0
7.1.5
7.1.4
7.1.3
7.1.2
7.1.1
7.1.0
7.0.6
7.0.5
7.0.4
7.0.3
7.0.2
7.0.1
7.0.0
7.0.0-rc.10
7.0.0-rc.9
7.0.0-rc.8
7.0.0-rc.7
7.0.0-rc.6
7.0.0-rc.5
7.0.0-rc.4
7.0.0-rc.3
7.0.0-rc.2
7.0.0-rc.1
1.0.0-alpha1
ui5-community/babel-plugin-transform-modules-ui5
babel-preset-transform-ui5
/
index.js
6 lines
(4 loc)
•
152 B
JavaScript
View Raw
1
2
3
4
5
6
const transformUI5 =
require
(
"babel-plugin-transform-modules-ui5"
);
module
.exports = (context, opts = {}) => ({ plugins:
[[transformUI5, opts]]
, });