标签: javascript node.js meteor ecmascript-6
如何使用ES6模块工具导入文件夹中的所有文件?
需要类似的东西:
files.forEach(function (file){ import * as object from 'file'; }};