UNPKG
@winfe/vmi
Version:
latest (1.2.16)
1.2.16
1.2.15
1.2.14
1.2.13
1.2.9
1.2.8
1.2.7
1.2.6
1.2.5
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.2.0-beta.1
1.2.0-beta.0
1.2.0-alpha.0
1.1.0-alpha.0
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
vmi
github.com/cool-fe/vmi/tree/main/packages/vmi
cool-fe/vmi
@winfe/vmi
/
index.js
7 lines
(6 loc)
•
163 B
JavaScript
View Raw
1
2
3
4
5
6
7
let
ex =
require
(
'./lib/cjs'
);
try
{
const
umiExports =
require
(
'@@/core/umiExports'
); ex =
Object
.
assign
(ex, umiExports); }
catch
(e) {}
module
.
exports
= ex;