feat: 首次提交
This commit is contained in:
14
ejs/index.umd.ts.ejs
Normal file
14
ejs/index.umd.ts.ejs
Normal file
@ -0,0 +1,14 @@
|
||||
'use strict';
|
||||
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
|
||||
<% dir.forEach(name => { -%>
|
||||
var <%- name %> = require('./<%- name %>/index.js');
|
||||
<% }) -%>
|
||||
var Components = [
|
||||
<% dir.forEach(name => { -%>
|
||||
<%- name %>,
|
||||
<% }) -%>
|
||||
]
|
||||
|
||||
exports["default"] = Components;
|
Reference in New Issue
Block a user